MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / sockios.h
blobd9c181b3fd19cc12ab8a9a4098a20ece734fd03d
1 #ifndef _ASM_NIOS_SOCKIOS_H
2 #define _ASM_NIOS_SOCKIOS_H
4 /*--------------------------------------------------------------------
6 * include/asm-nios2nommu/sockios.h
8 * Socket-level I/O control calls.
10 * Derived from various works, Alpha, ix86, M68K, Sparc, ...et al
12 * Copyright (C) 2004 Microtronix Datacom Ltd
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
25 * Jan/20/2004 dgt NiosII
27 ---------------------------------------------------------------------*/
30 #define FIOSETOWN 0x8901
31 #define SIOCSPGRP 0x8902
32 #define FIOGETOWN 0x8903
33 #define SIOCGPGRP 0x8904
34 #define SIOCATMARK 0x8905
35 #define SIOCGSTAMP 0x8906 /* Get stamp */
37 #endif /* !(_ASM_NIOS_SOCKIOS_H) */