- Stephen Rothwell: APM updates
[davej-history.git] / include / asm-mips64 / sockios.h
blob3131c6f89a6978e2a3a7d433d7f56fec101a0690
1 /* $Id$
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
7 * Copyright (C) 1995, 1999 by Ralf Baechle
8 */
9 #ifndef _ASM_SOCKIOS_H
10 #define _ASM_SOCKIOS_H
12 #include <asm/ioctl.h>
14 /* Socket-level I/O control calls. */
15 #define FIOGETOWN _IOR('f', 123, int)
16 #define FIOSETOWN _IOW('f', 124, int)
18 #define SIOCATMARK _IOR('s', 7, int)
19 #define SIOCSPGRP _IOW('s', 8, pid_t)
20 #define SIOCGPGRP _IOR('s', 9, pid_t)
22 #define SIOCGSTAMP 0x8906 /* Get stamp - linux-specific */
24 #endif /* _ASM_SOCKIOS_H */