xref: /openbmc/linux/arch/alpha/include/uapi/asm/sockios.h (revision 0768e170)
16f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
296433f6eSDavid Howells #ifndef _ASM_ALPHA_SOCKIOS_H
396433f6eSDavid Howells #define _ASM_ALPHA_SOCKIOS_H
496433f6eSDavid Howells 
596433f6eSDavid Howells /* Socket-level I/O control calls. */
696433f6eSDavid Howells 
796433f6eSDavid Howells #define FIOGETOWN	_IOR('f', 123, int)
896433f6eSDavid Howells #define FIOSETOWN 	_IOW('f', 124, int)
996433f6eSDavid Howells 
1096433f6eSDavid Howells #define SIOCATMARK	_IOR('s', 7, int)
1196433f6eSDavid Howells #define SIOCSPGRP	_IOW('s', 8, pid_t)
1296433f6eSDavid Howells #define SIOCGPGRP	_IOR('s', 9, pid_t)
1396433f6eSDavid Howells 
140768e170SArnd Bergmann #define SIOCGSTAMP_OLD	0x8906		/* Get stamp (timeval) */
150768e170SArnd Bergmann #define SIOCGSTAMPNS_OLD 0x8907		/* Get stamp (timespec) */
1696433f6eSDavid Howells 
1796433f6eSDavid Howells #endif /* _ASM_ALPHA_SOCKIOS_H */
18