Rev 3386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3386 | Rev 4153 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | 35 | ||
| 36 | #ifndef KERN_arm32_INTERRUPT_H_ |
36 | #ifndef KERN_arm32_INTERRUPT_H_ |
| 37 | #define KERN_arm32_INTERRUPT_H_ |
37 | #define KERN_arm32_INTERRUPT_H_ |
| 38 | 38 | ||
| 39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
| - | 40 | #include <arch/exception.h> |
|
| 40 | 41 | ||
| 41 | /** Initial size of exception dispatch table. */ |
42 | /** Initial size of exception dispatch table. */ |
| 42 | #define IVT_ITEMS 6 |
43 | #define IVT_ITEMS 6 |
| 43 | 44 | ||
| 44 | /** Index of the first item in exception dispatch table. */ |
45 | /** Index of the first item in exception dispatch table. */ |