1 2 #ifndef __MP_H__ 3 #define __MP_H__ 4 5 uint32_t LAPIC_CPU(); 6 7 #define CPU LAPIC_CPU 8 9 #endif /* __MP_H__ */ 10 11