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