Rev 1942 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1942 | Rev 2064 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | */ |
49 | */ |
| 50 | #define IVT_ITEMS 0 |
50 | #define IVT_ITEMS 0 |
| 51 | #define IVT_FIRST 0 |
51 | #define IVT_FIRST 0 |
| 52 | 52 | ||
| 53 | /** External Interrupt vectors. */ |
53 | /** External Interrupt vectors. */ |
| 54 | #define INTERRUPT_TIMER 0 |
54 | #define INTERRUPT_TIMER 255 |
| 55 | #define INTERRUPT_SPURIOUS 15 |
55 | #define INTERRUPT_SPURIOUS 15 |
| 56 | 56 | ||
| 57 | /** General Exception codes. */ |
57 | /** General Exception codes. */ |
| 58 | #define GE_ILLEGALOP 0 |
58 | #define GE_ILLEGALOP 0 |
| 59 | #define GE_PRIVOP 1 |
59 | #define GE_PRIVOP 1 |