refactor: organize all arch related files together.
[lunaix-os.git] / lunaix-os / arch / i386 / exceptions / i386_intr.h
diff --git a/lunaix-os/arch/i386/exceptions/i386_intr.h b/lunaix-os/arch/i386/exceptions/i386_intr.h
new file mode 100644 (file)
index 0000000..bf78c35
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LUNAIX_I386_INTR_H
+#define __LUNAIX_I386_INTR_H
+
+void
+exception_install_handler();
+
+void
+intr_routine_init();
+
+#endif /* __LUNAIX_I386_INTR_H */