Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / arch / i386 / includes / sys / ioapic.h
index 0c9752885105ba24bd5a83d3dd1db9d5f92e2db0..46916d96a473993977de82040f3de6c9d2ce469b 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef __LUNAIX_IOAPIC_H
 #define __LUNAIX_IOAPIC_H
 
-#include <hal/intc.h>
+#include "sys/x86_isa.h"
 
 void
 ioapic_init();
 
 void
-ioapic_irq_remap(struct intc_context*,
+ioapic_irq_remap(struct x86_intc*,
                  int irq,
                  int iv,
                  cpu_t dest,