ooops. sorry

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2004-11-12 21:00:29 +00:00
parent 204f718fa3
commit 3e9b52d554
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
/*
* this should probably integrate code from src/arch/ppc/lib/cpuid.c
*/

View File

@ -2,7 +2,7 @@
#define CPU_CPU_H
struct device;
// #include <arch/cpu.h>
#include <arch/cpu.h>
void cpu_initialize(void);
void initialize_cpus(struct bus *cpu_bus);