Rev 958 | Rev 1595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 958 | Rev 1288 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __INTERRUPT_H__ |
29 | #ifndef __INTERRUPT_H__ |
30 | #define __INTERRUPT_H__ |
30 | #define __INTERRUPT_H__ |
31 | 31 | ||
32 | #include <arch/interrupt.h> |
32 | #include <arch/interrupt.h> |
33 | #include <typedefs.h> |
33 | #include <typedefs.h> |
- | 34 | #include <arch/types.h> |
|
34 | 35 | ||
35 | #ifndef IVT_ITEMS |
36 | #ifndef IVT_ITEMS |
36 | # define IVT_ITEMS 0 |
37 | # define IVT_ITEMS 0 |
37 | #endif |
38 | #endif |
38 | 39 |