xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/asm-generic/sockios.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1*cda5da8dSAndroid Build Coastguard Worker /*
2*cda5da8dSAndroid Build Coastguard Worker  * This file is auto-generated. Modifications will be lost.
3*cda5da8dSAndroid Build Coastguard Worker  *
4*cda5da8dSAndroid Build Coastguard Worker  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5*cda5da8dSAndroid Build Coastguard Worker  * for more information.
6*cda5da8dSAndroid Build Coastguard Worker  */
7*cda5da8dSAndroid Build Coastguard Worker #ifndef __ASM_GENERIC_SOCKIOS_H
8*cda5da8dSAndroid Build Coastguard Worker #define __ASM_GENERIC_SOCKIOS_H
9*cda5da8dSAndroid Build Coastguard Worker #define FIOSETOWN 0x8901
10*cda5da8dSAndroid Build Coastguard Worker #define SIOCSPGRP 0x8902
11*cda5da8dSAndroid Build Coastguard Worker #define FIOGETOWN 0x8903
12*cda5da8dSAndroid Build Coastguard Worker #define SIOCGPGRP 0x8904
13*cda5da8dSAndroid Build Coastguard Worker #define SIOCATMARK 0x8905
14*cda5da8dSAndroid Build Coastguard Worker #define SIOCGSTAMP_OLD 0x8906
15*cda5da8dSAndroid Build Coastguard Worker #define SIOCGSTAMPNS_OLD 0x8907
16*cda5da8dSAndroid Build Coastguard Worker #endif
17