Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / arch / i386 / includes / sys / ioapic.h
diff --git a/lunaix-os/arch/i386/includes/sys/ioapic.h b/lunaix-os/arch/i386/includes/sys/ioapic.h
deleted file mode 100644 (file)
index 46916d9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __LUNAIX_IOAPIC_H
-#define __LUNAIX_IOAPIC_H
-
-#include "sys/x86_isa.h"
-
-void
-ioapic_init();
-
-void
-ioapic_irq_remap(struct x86_intc*,
-                 int irq,
-                 int iv,
-                 cpu_t dest,
-                 u32_t flags);
-
-#endif /* __LUNAIX_IOAPIC_H */