Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 200 → Rev 201

/SPARTAN/trunk/arch/ppc/src/dummy.s
34,6 → 34,7
.global memsetb
.global userspace
.global before_thread_runs_arch
.global cpu_sleep
.global cpu_identify
.global cpu_arch_init
.global cpu_print_report
/SPARTAN/trunk/arch/ppc/src/drivers/ofw.c
28,6 → 28,7
 
#include <arch/drivers/ofw.h>
#include <stdarg.h>
#include <cpu.h>
 
ofw_entry ofw;