Rev 2927 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2927 | Rev 4343 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #define KERN_mips32_INTERRUPT_H_ |
36 | #define KERN_mips32_INTERRUPT_H_ |
| 37 | 37 | ||
| 38 | #include <typedefs.h> |
38 | #include <typedefs.h> |
| 39 | #include <arch/exception.h> |
39 | #include <arch/exception.h> |
| 40 | 40 | ||
| 41 | #define IVT_ITEMS 32 |
41 | #define IVT_ITEMS 32 |
| 42 | #define IVT_FIRST 0 |
42 | #define IVT_FIRST 0 |
| - | 43 | ||
| - | 44 | #define VECTOR_TLB_SHOOTDOWN_IPI EXC_Int |
|
| 43 | 45 | ||
| 44 | extern function virtual_timer_fnc; |
46 | extern function virtual_timer_fnc; |
| 45 | extern uint32_t count_hi; |
47 | extern uint32_t count_hi; |
| 46 | 48 | ||
| 47 | extern void interrupt_init(void); |
49 | extern void interrupt_init(void); |