diff options
Diffstat (limited to 'include/asm-x86/sockios.h')
| -rw-r--r-- | include/asm-x86/sockios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/sockios.h b/include/asm-x86/sockios.h index 49cc72b5d3c9..a006704fdc84 100644 --- a/include/asm-x86/sockios.h +++ b/include/asm-x86/sockios.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef _ASM_X86_SOCKIOS_H | 1 | #ifndef ASM_X86__SOCKIOS_H |
| 2 | #define _ASM_X86_SOCKIOS_H | 2 | #define ASM_X86__SOCKIOS_H |
| 3 | 3 | ||
| 4 | /* Socket-level I/O control calls. */ | 4 | /* Socket-level I/O control calls. */ |
| 5 | #define FIOSETOWN 0x8901 | 5 | #define FIOSETOWN 0x8901 |
| @@ -10,4 +10,4 @@ | |||
| 10 | #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ | 10 | #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ |
| 11 | #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ | 11 | #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ |
| 12 | 12 | ||
| 13 | #endif /* _ASM_X86_SOCKIOS_H */ | 13 | #endif /* ASM_X86__SOCKIOS_H */ |
