summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_lockChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/SND_lockChannel.h')
-rw-r--r--arm7/lib/include/SND_lockChannel.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm7/lib/include/SND_lockChannel.h b/arm7/lib/include/SND_lockChannel.h
new file mode 100644
index 00000000..ed7fd872
--- /dev/null
+++ b/arm7/lib/include/SND_lockChannel.h
@@ -0,0 +1,11 @@
+#ifndef GUARD_SND_LOCKCHANNEL_H
+#define GUARD_SND_LOCKCHANNEL_H
+
+#include "nitro/types.h"
+
+void SND_StopUnlockedChannel(u32 channelMask);
+void SND_LockChannel(u32 channelMask, u32 locked);
+void SND_UnlockChannel(u32 channelMask, u32 locked);
+u32 SND_GetLockedChannel(u32 locked);
+
+#endif //GUARD_SND_LOCKCHANNEL_H