summaryrefslogtreecommitdiff
path: root/arm7/lib/include/syscall.h
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2021-07-03 21:25:05 +0200
committerMichael Panzlaff <michael.panzlaff@fau.de>2021-08-25 18:03:45 +0200
commitc0b5972e6e55ea33746ec45317410b17e35e4929 (patch)
tree180b0710a2dcf3c3eb4dac6e23e72ee7c68d45e5 /arm7/lib/include/syscall.h
parent68dcc21efd11140a70419ada34ac5f2d9d526f69 (diff)
more header refactoring
Diffstat (limited to 'arm7/lib/include/syscall.h')
-rw-r--r--arm7/lib/include/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm7/lib/include/syscall.h b/arm7/lib/include/syscall.h
index 55462cc7..1ac6fe49 100644
--- a/arm7/lib/include/syscall.h
+++ b/arm7/lib/include/syscall.h
@@ -2,5 +2,7 @@
#define POKEDIAMOND_ARM7_SYSCALL_H
void SVC_WaitByLoop(u32 ct);
+u8 SVC_GetVolumeTable(int idx);
+u16 SVC_GetPitchTable(int idx);
#endif //POKEDIAMOND_ARM7_SYSCALL_H