1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __ASM_GENERIC_SOCKIOS_H
8 #define __ASM_GENERIC_SOCKIOS_H
9 #define FIOSETOWN 0x8901
10 #define SIOCSPGRP 0x8902
11 #define FIOGETOWN 0x8903
12 #define SIOCGPGRP 0x8904
13 #define SIOCATMARK 0x8905
14 #define SIOCGSTAMP_OLD 0x8906
15 #define SIOCGSTAMPNS_OLD 0x8907
16 #endif
17