summaryrefslogtreecommitdiff
path: root/arm9/lib/include/syscall.h
blob: 8561cabea0365c8962f9780617f61ba709897045 (plain)
1
2
3
4
5
6
#ifndef NITRO_SYSCALL_H_
#define NITRO_SYSCALL_H_

void SVC_WaitByLoop(u32 ct);

#endif //NITRO_SYSCALL_H_