diff options
Diffstat (limited to 'arch/x86/include/asm/sockios.h')
-rw-r--r-- | arch/x86/include/asm/sockios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sockios.h b/arch/x86/include/asm/sockios.h index a006704fdc84..49cc72b5d3c9 100644 --- a/arch/x86/include/asm/sockios.h +++ b/arch/x86/include/asm/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 */ |