X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec98d05af80e6e68c889dac10b8478ce92bd5161..43487eff262637a59a4c2c0272d7c4a824af3944:/lunaix-os/arch/x86/includes/asm/soc/ioapic.h diff --git a/lunaix-os/arch/x86/includes/asm/soc/ioapic.h b/lunaix-os/arch/x86/includes/asm/soc/ioapic.h deleted file mode 100644 index d87ab18..0000000 --- a/lunaix-os/arch/x86/includes/asm/soc/ioapic.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __LUNAIX_IOAPIC_H -#define __LUNAIX_IOAPIC_H - -#include "asm/x86.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 */