refactor: organize all arch related files together.
[lunaix-os.git] / lunaix-os / includes / arch / exception.h
diff --git a/lunaix-os/includes/arch/exception.h b/lunaix-os/includes/arch/exception.h
new file mode 100644 (file)
index 0000000..31c3792
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __LUNAIX_EXCEPTION_H
+#define __LUNAIX_EXCEPTION_H
+
+void
+exception_init();
+
+#endif /* __LUNAIX_EXCEPTION_H */