summaryrefslogtreecommitdiff
path: root/include/dma3.h
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-17 13:22:46 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-17 13:22:46 -0800
commitb849ce93dbafac8e4961b531ab40585c0fdd103a (patch)
tree1cfd5cf3b7223a8e91dd0a0d4e6e112bd3458d8b /include/dma3.h
parent3ddda066d91cbbd377584acacaea62a9deba8873 (diff)
decompile main
Diffstat (limited to 'include/dma3.h')
-rw-r--r--include/dma3.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dma3.h b/include/dma3.h
new file mode 100644
index 000000000..265b47824
--- /dev/null
+++ b/include/dma3.h
@@ -0,0 +1,10 @@
+#ifndef GUARD_DMA3_H
+#define GUARD_DMA3_H
+
+void ClearDma3Requests(void);
+void ProcessDma3Requests(void);
+int RequestDma3Copy(const void *src, void *dest, u16 size, u8 mode);
+int RequestDma3Fill(s32 value, void *dest, u16 size, u8 mode);
+int CheckForSpaceForDma3Request(s16 index);
+
+#endif // GUARD_DMA3_H