Rev 1160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1160 | Rev 1305 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __ppc64_INTERRUPT_H__ |
29 | #ifndef __ppc64_INTERRUPT_H__ |
30 | #define __ppc64_INTERRUPT_H__ |
30 | #define __ppc64_INTERRUPT_H__ |
31 | 31 | ||
- | 32 | #include <arch/exception.h> |
|
- | 33 | ||
- | 34 | #define IRQ_COUNT 1 |
|
32 | #define IVT_ITEMS 15 |
35 | #define IVT_ITEMS 15 |
33 | #define INT_OFFSET 0 |
36 | #define INT_OFFSET 0 |
34 | 37 | ||
35 | #define VECTOR_DECREMENTER 10 |
38 | #define VECTOR_DECREMENTER 10 |
36 | 39 |