KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Methods for managing control flow within an irq_handler. More...
Functions | |
void | irq_force_return (void) |
Resume normal execution from IRQ context. | |
Methods for managing control flow within an irq_handler.
This API provides methods for controlling program flow from within an active interrupt handler.
void irq_force_return | ( | void | ) |
Resume normal execution from IRQ context.
Pretend like we just came in from an interrupt and force a context switch back to the "current" context.