metal-cos/sys/include/mp.h
2014-07-10 15:55:32 -07:00

11 lines
105 B
C

#ifndef __MP_H__
#define __MP_H__
uint32_t LAPIC_CPU();
#define CPU LAPIC_CPU
#endif /* __MP_H__ */