ooops. sorry
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
204f718fa3
commit
3e9b52d554
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
* this should probably integrate code from src/arch/ppc/lib/cpuid.c
|
||||
*/
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue