summaryrefslogtreecommitdiff
path: root/include/gpu_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r--include/gpu_regs.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/gpu_regs.h b/include/gpu_regs.h
new file mode 100644
index 000000000..28b97fb6e
--- /dev/null
+++ b/include/gpu_regs.h
@@ -0,0 +1,15 @@
+//
+// Created by scott on 9/15/2017.
+//
+
+#ifndef GUARD_GPU_REGS_H
+#define GUARD_GPU_REGS_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+void ClearGpuRegBits(u8 regOffset, u16 mask);
+
+#endif //GUARD_GPU_REGS_H