blob: 360d034d9c0efb5a5751611db4547dd5386ddfbe [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __ASM_GENERIC_SOCKIOS_H
8#define __ASM_GENERIC_SOCKIOS_H
9#define FIOSETOWN 0x8901
10#define SIOCSPGRP 0x8902
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define FIOGETOWN 0x8903
12#define SIOCGPGRP 0x8904
13#define SIOCATMARK 0x8905
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -070014#define SIOCGSTAMP_OLD 0x8906
15#define SIOCGSTAMPNS_OLD 0x8907
Ben Cheng655a7c02013-10-16 16:09:24 -070016#endif