1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __ASM_GENERIC_SOCKIOS_H 7 #define __ASM_GENERIC_SOCKIOS_H 8 #define FIOSETOWN 0x8901 9 #define SIOCSPGRP 0x8902 10 #define FIOGETOWN 0x8903 11 #define SIOCGPGRP 0x8904 12 #define SIOCATMARK 0x8905 13 #define SIOCGSTAMP 0x8906 14 #define SIOCGSTAMPNS 0x8907 15 #endif 16