hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/include/uapi/linux/coff.h
....@@ -11,6 +11,9 @@
1111 more information about COFF, then O'Reilly has a very excellent book.
1212 */
1313
14
+#ifndef _UAPI_LINUX_COFF_H
15
+#define _UAPI_LINUX_COFF_H
16
+
1417 #define E_SYMNMLEN 8 /* Number of characters in a symbol name */
1518 #define E_FILNMLEN 14 /* Number of characters in a file name */
1619 #define E_DIMNUM 4 /* Number of array dimensions in auxiliary entry */
....@@ -350,3 +353,5 @@
350353
351354 /* For new sections we haven't heard of before */
352355 #define COFF_DEF_SECTION_ALIGNMENT 4
356
+
357
+#endif /* _UAPI_LINUX_COFF_H */