|
PatchworkOS
|
Structure to hold an IRQ callback and its data. More...
#include <irq.h>
Data Fields | |
| irq_callback_func_t | func |
| void * | data |
| void* irq_callback_t::data |
Definition at line 59 of file irq.h.
Referenced by irq_dispatch(), irq_install(), and irq_uninstall().
| irq_callback_func_t irq_callback_t::func |
Definition at line 58 of file irq.h.
Referenced by irq_dispatch(), irq_install(), and irq_uninstall().