7 lines
86 B
C
7 lines
86 B
C
#ifndef HAL_APIC_H_
|
|
#define HAL_APIC_H_
|
|
|
|
void apic_init(void);
|
|
|
|
#endif // HAL_APIC_H_
|