pmd-sky/lib/include/nitro/os/systemCall.h
2026-05-08 10:33:08 -07: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_