git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'origin/master' into isa/arm64
[lunaix-os.git]
/
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
(file)
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 */