pokeheartgold/lib/include/nitro/os/exception.h
2021-09-23 17:19:44 -04:00

9 lines
173 B
C

#ifndef NITRO_OS_EXCEPTION_H_
#define NITRO_OS_EXCEPTION_H_
typedef void (*OSExceptionHandler) (u32, void *);
void OS_InitException(void);
#endif //NITRO_OS_EXCEPTION_H_