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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/gpu_regs.h b/include/gpu_regs.h
index d0528bb83..1039b618f 100644
--- a/include/gpu_regs.h
+++ b/include/gpu_regs.h
@@ -1,5 +1,6 @@
-#ifndef GUARD_gpu_regs_H
-#define GUARD_gpu_regs_H
+
+#ifndef GUARD_GPU_REGS_H
+#define GUARD_GPU_REGS_H
// Exported type declarations
@@ -9,5 +10,6 @@
void DisableInterrupts(u16);
void EnableInterrupts(u16);
void SetGpuReg(u8, u16);
+void ClearGpuRegBits(u8 regOffset, u16 mask);
-#endif //GUARD_gpu_regs_H
+#endif //GUARD_GPU_REGS_H