Import changeset
[linux-flexiantxendom0-3.2.10.git] / include / asm-ia64 / sockios.h
1 #ifndef _ASM_IA64_SOCKIOS_H
2 #define _ASM_IA64_SOCKIOS_H
3
4 /*
5  * Socket-level I/O control calls.  This mostly mirrors the Linux/x86
6  * version.
7  *
8  * Copyright (C) 1998, 1999 Hewlett-Packard Co
9  * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
10  */
11 #define FIOSETOWN       0x8901
12 #define SIOCSPGRP       0x8902
13 #define FIOGETOWN       0x8903
14 #define SIOCGPGRP       0x8904
15 #define SIOCATMARK      0x8905
16 #define SIOCGSTAMP      0x8906          /* Get stamp */
17
18 #endif /* _ASM_IA64_SOCKIOS_H */