Rev 534 | Rev 1007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 1004 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef __ppc32_INTERRUPT_H__ |
29 | #ifndef __ppc32_INTERRUPT_H__ |
| 30 | #define __ppc32_INTERRUPT_H__ |
30 | #define __ppc32_INTERRUPT_H__ |
| 31 | 31 | ||
| - | 32 | #define IVT_ITEMS 15 |
|
| - | 33 | #define INT_OFFSET 0 |
|
| - | 34 | ||
| - | 35 | #define VECTOR_DECREMENTER 10 |
|
| - | 36 | ||
| 32 | extern void interrupt(void); |
37 | extern void interrupt_init(void); |
| 33 | 38 | ||
| 34 | #endif |
39 | #endif |