162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef __ASM_SH_SOCKIOS_H 362306a36Sopenharmony_ci#define __ASM_SH_SOCKIOS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/time_types.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/* Socket-level I/O control calls. */ 862306a36Sopenharmony_ci#define FIOGETOWN _IOR('f', 123, int) 962306a36Sopenharmony_ci#define FIOSETOWN _IOW('f', 124, int) 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define SIOCATMARK _IOR('s', 7, int) 1262306a36Sopenharmony_ci#define SIOCSPGRP _IOW('s', 8, pid_t) 1362306a36Sopenharmony_ci#define SIOCGPGRP _IOR('s', 9, pid_t) 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#define SIOCGSTAMP_OLD _IOR('s', 100, struct __kernel_old_timeval) /* Get stamp (timeval) */ 1662306a36Sopenharmony_ci#define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */ 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* __ASM_SH_SOCKIOS_H */ 19