summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-08 01:08:16 -0800
committerYamaArashi <shadow962@live.com>2016-01-08 01:08:16 -0800
commitb4781cdf03fc43946b0e9f0686bce58083fe84cd (patch)
tree9290747628c10aac13fee3a7d2eefe86f6886feb /include/global.h
parent4e95a132955541349558aeeba29a44890aefcee2 (diff)
gpu_regs.c
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h5
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