Files
my-os-project2/kernel/hal/x86_64/apic.h
2025-08-21 00:47:58 +02:00

7 lines
86 B
C

#ifndef HAL_APIC_H_
#define HAL_APIC_H_
void apic_init(void);
#endif // HAL_APIC_H_