Include dependency graph for interrupt.h:

Go to the source code of this file.
Data Structures | |
| struct | istate |
Defines | |
| #define | IRQ_COUNT 1 |
| #define | IVT_ITEMS 15 |
| #define | IVT_FIRST 1 |
| #define | IRQ_KBD 2 |
| #define | VECTOR_KBD IRQ_KBD |
| #define | trap_virtual_enable_irqs(x) |
| #define | trap_virtual_eoi() |
Functions | |
| static void | istate_set_retaddr (istate_t *istate, __address retaddr) |
| static int | istate_from_uspace (istate_t *istate) |
| static __native | istate_get_pc (istate_t *istate) |
| void | interrupt_register (int n, const char *name, iroutine f) |
Definition in file interrupt.h.
1.4.6