diff options
author | YamaArashi <shadow962@live.com> | 2016-01-08 01:08:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-08 01:08:16 -0800 |
commit | b4781cdf03fc43946b0e9f0686bce58083fe84cd (patch) | |
tree | 9290747628c10aac13fee3a7d2eefe86f6886feb /include/global.h | |
parent | 4e95a132955541349558aeeba29a44890aefcee2 (diff) |
gpu_regs.c
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index ee2c795d0..d04d4a614 100644 --- a/include/global.h +++ b/include/global.h @@ -1,3 +1,6 @@ +#ifndef GUARD_GLOBAL_H +#define GUARD_GLOBAL_H + typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; @@ -30,3 +33,5 @@ typedef u32 bool32; #define CPU_SET_32BIT (1 << 26) extern void CpuSet(void *src, void *dest, u32 controlData); + +#endif // GUARD_GLOBAL_H |