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
@@ -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 */