Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / arch / x86 / hal / apic_timer.h
diff --git a/lunaix-os/arch/x86/hal/apic_timer.h b/lunaix-os/arch/x86/hal/apic_timer.h
new file mode 100644 (file)
index 0000000..186149b
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __LUNAIX_APIC_TIMER_H
+#define __LUNAIX_APIC_TIMER_H
+
+#include <hal/hwtimer.h>
+
+struct hwtimer* apic_hwtimer_context();
+
+#endif /* __LUNAIX_APIC_TIMER_H */