refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / includes / hal / apic_timer.h
1 #ifndef __LUNAIX_APIC_TIMER_H
2 #define __LUNAIX_APIC_TIMER_H
3
4 #include <hal/hwtimer.h>
5
6 struct hwtimer_context* apic_hwtimer_context();
7
8 #endif /* __LUNAIX_APIC_TIMER_H */