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 | IVT_ITEMS 40 |
#define | INT_OFFSET 32 |
#define | IRQ_COUNT 8 |
#define | int_register(it, name, handler) exc_register(((it)+INT_OFFSET),name,handler) |
#define | IRQ2 2 |
#define | IRQ3 3 |
#define | IRQ7 7 |
#define | TIMER_IRQ IRQ7 |
Functions | |
void | interrupt_init (void) |
Definition in file interrupt.h.