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
/
includes
/
sys
/
int_handler.h
diff --git a/lunaix-os/arch/x86/includes/sys/int_handler.h
b/lunaix-os/arch/x86/includes/sys/int_handler.h
new file mode 100644
(file)
index 0000000..
aac99d9
--- /dev/null
+++ b/
lunaix-os/arch/x86/includes/sys/int_handler.h
@@ -0,0
+1,10
@@
+#ifndef __LUNAIX_INT_HANDLER_H
+#define __LUNAIX_INT_HANDLER_H
+
+void
+exception_install_handler();
+
+void
+intr_routine_init();
+
+#endif /* __LUNAIX_INT_HANDLER_H */