Changeset bc73be3 in mainline for kernel/arch/ia32/include/arch/interrupt.h
- Timestamp:
- 2019-06-27T08:51:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8add15e0
- Parents:
- ad40b74b (diff), aeba767 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/include/arch/interrupt.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/arch/interrupt.h
rad40b74b rbc73be3 63 63 /* NS16550 at COM1 */ 64 64 #define IRQ_NS16550 4 65 #define IRQ_PIC _SPUR765 #define IRQ_PIC0_SPUR 7 66 66 #define IRQ_MOUSE 12 67 #define IRQ_PIC1_SPUR 15 67 68 68 69 /* This one must have four least significant bits set to ones */ … … 81 82 #define VECTOR_XM (IVT_EXCBASE + EXC_XM) 82 83 #define VECTOR_CLK (IVT_IRQBASE + IRQ_CLK) 83 #define VECTOR_PIC_SPUR (IVT_IRQBASE + IRQ_PIC_SPUR) 84 #define VECTOR_PIC0_SPUR (IVT_IRQBASE + IRQ_PIC0_SPUR) 85 #define VECTOR_PIC1_SPUR (IVT_IRQBASE + IRQ_PIC1_SPUR) 84 86 #define VECTOR_SYSCALL IVT_FREEBASE 85 87 #define VECTOR_TLB_SHOOTDOWN_IPI (IVT_FREEBASE + 1) 86 88 #define VECTOR_DEBUG_IPI (IVT_FREEBASE + 2) 87 89 88 extern void (*disable_irqs_function)(uint16_t);89 extern void (*enable_irqs_function)(uint16_t);90 extern void (*eoi_function)(void);91 extern const char *irqs_info;92 93 90 extern void interrupt_init(void); 94 extern void trap_virtual_enable_irqs(uint16_t);95 extern void trap_virtual_disable_irqs(uint16_t);96 91 97 92 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
