]> Git Repo - qemu.git/blobdiff - linux-user/flat.h
Supply missing header guards
[qemu.git] / linux-user / flat.h
index 6f2d0c4b2da5a41707666baaa627caa09dbcea21..1e44b334432002f38a443c5ad0bac2eb70578c34 100644 (file)
@@ -7,6 +7,9 @@
  * support uClinux flat-format executables.
  */
 
+#ifndef LINUX_USER_FLAT_H
+#define LINUX_USER_FLAT_H
+
 #define        FLAT_VERSION                    0x00000004L
 
 #ifdef CONFIG_BINFMT_SHARED_FLAT
@@ -65,3 +68,5 @@ struct flat_hdr {
 #define OLD_FLAT_RELOC_TYPE_BSS                2
 
 #      define OLD_FLAT_FLAG_RAM    0x1 /* load program entirely into RAM */
+
+#endif
This page took 0.022471 seconds and 4 git commands to generate.