11 lines
105 B
C
11 lines
105 B
C
|
|
#ifndef __MP_H__
|
|
#define __MP_H__
|
|
|
|
uint32_t LAPIC_CPU();
|
|
|
|
#define CPU LAPIC_CPU
|
|
|
|
#endif /* __MP_H__ */
|
|
|