KallistiOS git master
Independent SDK for the Sega Dreamcast
|
The type of a full callback of an IRQ handler and userdata. More...
#include <irq.h>
Data Fields | |
irq_handler | hdl |
A pointer to a procedure to handle an exception. | |
void * | data |
A pointer that will be passed along to the callback. | |
The type of a full callback of an IRQ handler and userdata.
This type is used to set or get IRQ handlers and their data.
void* irq_cb_t::data |
A pointer that will be passed along to the callback.
irq_handler irq_cb_t::hdl |
A pointer to a procedure to handle an exception.