|
PatchworkOS
|
Structure to hold all callbacks for an IRQ. More...
#include <irq.h>
Data Fields | |
| irq_callback_t | callbacks [IRQ_MAX_CALLBACK] |
| uint32_t | callbackAmount |
| bool | redirected |
| uint32_t irq_handler_t::callbackAmount |
Definition at line 68 of file irq.h.
Referenced by irq_dispatch(), irq_install(), and irq_uninstall().
| irq_callback_t irq_handler_t::callbacks[IRQ_MAX_CALLBACK] |
Definition at line 67 of file irq.h.
Referenced by irq_dispatch(), irq_install(), and irq_uninstall().
| bool irq_handler_t::redirected |
Definition at line 69 of file irq.h.
Referenced by irq_install().