.. | .. |
---|
11 | 11 | more information about COFF, then O'Reilly has a very excellent book. |
---|
12 | 12 | */ |
---|
13 | 13 | |
---|
| 14 | +#ifndef _UAPI_LINUX_COFF_H |
---|
| 15 | +#define _UAPI_LINUX_COFF_H |
---|
| 16 | + |
---|
14 | 17 | #define E_SYMNMLEN 8 /* Number of characters in a symbol name */ |
---|
15 | 18 | #define E_FILNMLEN 14 /* Number of characters in a file name */ |
---|
16 | 19 | #define E_DIMNUM 4 /* Number of array dimensions in auxiliary entry */ |
---|
.. | .. |
---|
350 | 353 | |
---|
351 | 354 | /* For new sections we haven't heard of before */ |
---|
352 | 355 | #define COFF_DEF_SECTION_ALIGNMENT 4 |
---|
| 356 | + |
---|
| 357 | +#endif /* _UAPI_LINUX_COFF_H */ |
---|