xref: /linux/arch/alpha/include/asm/socket.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2024b246eSLinus Torvalds #ifndef _ASM_SOCKET_H
3024b246eSLinus Torvalds #define _ASM_SOCKET_H
4024b246eSLinus Torvalds 
596433f6eSDavid Howells #include <uapi/asm/socket.h>
6024b246eSLinus Torvalds 
7024b246eSLinus Torvalds /* O_NONBLOCK clashes with the bits used for socket types.  Therefore we
8024b246eSLinus Torvalds  * have to define SOCK_NONBLOCK to a different value here.
9024b246eSLinus Torvalds  */
10024b246eSLinus Torvalds #define SOCK_NONBLOCK	0x40000000
11024b246eSLinus Torvalds #endif /* _ASM_SOCKET_H */
12