xref: /OK3568_Linux_fs/kernel/include/uapi/asm-generic/sockios.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2*4882a593Smuzhiyun #ifndef __ASM_GENERIC_SOCKIOS_H
3*4882a593Smuzhiyun #define __ASM_GENERIC_SOCKIOS_H
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun /* Socket-level I/O control calls. */
6*4882a593Smuzhiyun #define FIOSETOWN	0x8901
7*4882a593Smuzhiyun #define SIOCSPGRP	0x8902
8*4882a593Smuzhiyun #define FIOGETOWN	0x8903
9*4882a593Smuzhiyun #define SIOCGPGRP	0x8904
10*4882a593Smuzhiyun #define SIOCATMARK	0x8905
11*4882a593Smuzhiyun #define SIOCGSTAMP_OLD	0x8906		/* Get stamp (timeval) */
12*4882a593Smuzhiyun #define SIOCGSTAMPNS_OLD 0x8907		/* Get stamp (timespec) */
13*4882a593Smuzhiyun 
14*4882a593Smuzhiyun #endif /* __ASM_GENERIC_SOCKIOS_H */
15