Rev 534 | Rev 575 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 574 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __mips32_INTERRUPT_H__ |
29 | #ifndef __mips32_INTERRUPT_H__ |
| 30 | #define __mips32_INTERRUPT_H__ |
30 | #define __mips32_INTERRUPT_H__ |
| 31 | 31 | ||
| 32 | #include <arch/exception.h> |
32 | #include <arch/exception.h> |
| 33 | 33 | ||
| - | 34 | #define IRQ2 2 |
|
| 34 | #define IRQ3 3 |
35 | #define IRQ3 3 |
| 35 | #define IRQ7 7 |
36 | #define IRQ7 7 |
| 36 | 37 | ||
| 37 | #define KEYBOARD_IRQ IRQ3 |
38 | #define KEYBOARD_IRQ IRQ2 |
| 38 | #define TIMER_IRQ IRQ7 |
39 | #define TIMER_IRQ IRQ7 |
| 39 | 40 | ||
| 40 | extern void interrupt(struct exception_regdump *pstate); |
41 | extern void interrupt(struct exception_regdump *pstate); |
| 41 | 42 | ||
| 42 | #endif |
43 | #endif |