18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef __ASM_GENERIC_SOCKIOS_H
38c2ecf20Sopenharmony_ci#define __ASM_GENERIC_SOCKIOS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* Socket-level I/O control calls. */
68c2ecf20Sopenharmony_ci#define FIOSETOWN	0x8901
78c2ecf20Sopenharmony_ci#define SIOCSPGRP	0x8902
88c2ecf20Sopenharmony_ci#define FIOGETOWN	0x8903
98c2ecf20Sopenharmony_ci#define SIOCGPGRP	0x8904
108c2ecf20Sopenharmony_ci#define SIOCATMARK	0x8905
118c2ecf20Sopenharmony_ci#define SIOCGSTAMP_OLD	0x8906		/* Get stamp (timeval) */
128c2ecf20Sopenharmony_ci#define SIOCGSTAMPNS_OLD 0x8907		/* Get stamp (timespec) */
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __ASM_GENERIC_SOCKIOS_H */
15