aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/coff.h')
-rw-r--r--linux-headers/include/linux/coff.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-headers/include/linux/coff.h b/linux-headers/include/linux/coff.h
index e4a79f8..892dc04 100644
--- a/linux-headers/include/linux/coff.h
+++ b/linux-headers/include/linux/coff.h
@@ -11,6 +11,9 @@
more information about COFF, then O'Reilly has a very excellent book.
*/
+#ifndef _LINUX_COFF_H
+#define _LINUX_COFF_H
+
#define E_SYMNMLEN 8 /* Number of characters in a symbol name */
#define E_FILNMLEN 14 /* Number of characters in a file name */
#define E_DIMNUM 4 /* Number of array dimensions in auxiliary entry */
@@ -350,3 +353,5 @@ struct COFF_reloc {
/* For new sections we haven't heard of before */
#define COFF_DEF_SECTION_ALIGNMENT 4
+
+#endif /* _LINUX_COFF_H */