diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-18 08:52:57 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 09:23:06 -0400 |
commit | 8604291b0f0e430b01f0099ea4e098171938505b (patch) | |
tree | c1d706048ccc4ffb852ba6d597428fd6ec2d30e4 /include/gpu_regs.h | |
parent | 74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff) |
Start decomp
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r-- | include/gpu_regs.h | 13 |
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 |