mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
8 lines
149 B
C
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_
|