a076354ee23a7dcc922d04f980c9f2143612262a
[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 */