Changes in kernel/arch/ia64/include/interrupt.h [d99c1d2:21941ac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/interrupt.h
rd99c1d2 r21941ac 36 36 #define KERN_ia64_INTERRUPT_H_ 37 37 38 #include < typedefs.h>38 #include <arch/types.h> 39 39 #include <arch/register.h> 40 40 … … 61 61 #define IRQ_KBD (0x01 + LEGACY_INTERRUPT_BASE) 62 62 #define IRQ_MOUSE (0x0c + LEGACY_INTERRUPT_BASE) 63 #define IRQ_DP8390 (0x09 + LEGACY_INTERRUPT_BASE)64 63 65 64 /** General Exception codes. */
Note:
See TracChangeset
for help on using the changeset viewer.