- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / cpu / cpu.h
1 #ifndef CPU_CPU_H
2 #define CPU_CPU_H
3
4 #include <mem.h>
5
6 unsigned long cpu_initialize(struct mem_range *mem);
7 #define CPU_ENABLED             1       /* Processor is available */
8 #define CPU_BOOTPROCESSOR       2       /* Processor is the BP */
9
10
11 #endif /* CPU_CPU_H */