Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef __ASM_GENERIC_SOCKIOS_H |
| 8 | #define __ASM_GENERIC_SOCKIOS_H |
| 9 | #define FIOSETOWN 0x8901 |
| 10 | #define SIOCSPGRP 0x8902 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define FIOGETOWN 0x8903 |
| 12 | #define SIOCGPGRP 0x8904 |
| 13 | #define SIOCATMARK 0x8905 |
Christopher Ferris | aeddbcf | 2019-07-08 12:45:46 -0700 | [diff] [blame] | 14 | #define SIOCGSTAMP_OLD 0x8906 |
| 15 | #define SIOCGSTAMPNS_OLD 0x8907 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 16 | #endif |