Rev 575 | Rev 590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 575 | Rev 578 | ||
---|---|---|---|
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 IVT_ITEMS 32 |
34 | #define IVT_ITEMS 8 |
35 | 35 | ||
36 | #define IRQ2 2 |
36 | #define IRQ2 2 |
37 | #define IRQ3 3 |
37 | #define IRQ3 3 |
38 | #define IRQ7 7 |
38 | #define IRQ7 7 |
39 | 39 |