summaryrefslogtreecommitdiff
path: root/include/mach
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-18 09:38:57 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-18 09:45:06 +0100
commitc929d179530872cb5f393bc604089e36d66b1841 (patch)
tree1d5052f638113094731089f24e06066dc1c70ce4 /include/mach
parente9e9c47f7f398a590deb4c2491488394d7247166 (diff)
Add ifndefs
Finish up with the addition of ifndefs. * device/buf.h: Add ifndef. * device/dev_master.h: Likewise. * include/device/tty_status.h: Likewise. * include/mach/version.h: Likewise. * ipc/ipc_machdep.h: Likewise.
Diffstat (limited to 'include/mach')
-rw-r--r--include/mach/version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mach/version.h b/include/mach/version.h
index ec12ea7..3ef7859 100644
--- a/include/mach/version.h
+++ b/include/mach/version.h
@@ -43,6 +43,9 @@
* minor 0.
*/
+#ifndef _MACH_VERSION_H_
+#define _MACH_VERSION_H_
+
#define KERNEL_MAJOR_VERSION 4
#define KERNEL_MINOR_VERSION 0
@@ -66,3 +69,5 @@
* excised from the CSD environment.
*/
#define INCLUDE_VERSION 0
+
+#endif /* _MACH_VERSION_H_ */