Code-base clean-up and refactoring (#47)
[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
deleted file mode 100644 (file)
index aac99d9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __LUNAIX_INT_HANDLER_H
-#define __LUNAIX_INT_HANDLER_H
-
-void
-exception_install_handler();
-
-void
-intr_routine_init();
-
-#endif /* __LUNAIX_INT_HANDLER_H */