blob: 208dab055bcfa7298c20408d18889d25f5192ec3 [file] [log] [blame]
Eric Biederman8ca8d762003-04-22 19:02:15 +00001#ifndef CPU_CPU_H
2#define CPU_CPU_H
3
4#include <mem.h>
5
6unsigned 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 */