Merge branch 'master' into isa/arm64
[lunaix-os.git] / lunaix-os / arch / x86 / includes / asm / soc / ioapic.h
1 #ifndef __LUNAIX_IOAPIC_H
2 #define __LUNAIX_IOAPIC_H
3
4 #include "asm/x86.h"
5
6 void
7 ioapic_init();
8
9 void
10 ioapic_irq_remap(struct x86_intc*,
11                  int irq,
12                  int iv,
13                  cpu_t dest,
14                  u32_t flags);
15
16 #endif /* __LUNAIX_IOAPIC_H */