pokeheartgold/lib/include/nitro/os/systemCall.h
2021-09-19 17:47:24 -04:00

8 lines
149 B
C

#ifndef NITRO_OS_SYSTEMCALL_H_
#define NITRO_OS_SYSTEMCALL_H_
void SVC_Halt(void);
void SVC_WaitByLoop(s32 count);
#endif //NITRO_OS_SYSTEMCALL_H_