mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 06:06:29 -05:00
10 lines
223 B
C
10 lines
223 B
C
#ifndef NITRO_OS_IRQHANDLER_H
|
|
#define NITRO_OS_IRQHANDLER_H
|
|
|
|
#include <nitro/os/common/interrupt_shared.h>
|
|
|
|
void OS_IrqHandler(register OSIrqMask irq);
|
|
void OS_IrqHandler_ThreadSwitch(void);
|
|
|
|
#endif //NITRO_OS_IRQHANDLER_H
|