git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
lunaix-os/arch/x86/hal/apic_timer.h
@@ -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 */