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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/gpu_regs.h b/include/gpu_regs.h
new file mode 100644
index 000000000..d0528bb83
--- /dev/null
+++ b/include/gpu_regs.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_gpu_regs_H
+#define GUARD_gpu_regs_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+void DisableInterrupts(u16);
+void EnableInterrupts(u16);
+void SetGpuReg(u8, u16);
+
+#endif //GUARD_gpu_regs_H