Include dependency graph for interrupt.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | IRQ_COUNT 64 |
| #define | IVT_ITEMS (16 + IRQ_COUNT) |
| #define | INT_OFFSET 16 |
| #define | int_register(it, name, handler) exc_register(((it) + INT_OFFSET), name, handler) |
| #define | VECTOR_DATA_STORAGE 2 |
| #define | VECTOR_INSTRUCTION_STORAGE 3 |
| #define | VECTOR_EXTERNAL 4 |
| #define | VECTOR_DECREMENTER 8 |
Functions | |
| void | start_decrementer (void) |
| void | interrupt_init (void) |
| void | extint_handler (int n, istate_t *istate) |
Definition in file interrupt.h.
1.4.6