Rev 578 | Rev 664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 578 | Rev 586 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | #define __INTERRUPT_H__ |
30 | #define __INTERRUPT_H__ |
31 | 31 | ||
32 | #include <arch/interrupt.h> |
32 | #include <arch/interrupt.h> |
33 | 33 | ||
34 | #ifndef IVT_ITEMS |
34 | #ifndef IVT_ITEMS |
35 | # define IVT_ITEMS 1 |
35 | # define IVT_ITEMS 0 |
36 | #endif |
36 | #endif |
37 | 37 | ||
38 | typedef void (* iroutine)(int n, void *stack); |
38 | typedef void (* iroutine)(int n, void *stack); |
39 | 39 | ||
40 | extern iroutine exc_register(int n, const char *name, iroutine f); |
40 | extern iroutine exc_register(int n, const char *name, iroutine f); |