xref: /linux/arch/parisc/include/asm/socket.h (revision cbecf716ca618fd44feda6bd9a64a8179d031fc5)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
238c79373SHelge Deller #ifndef _ASM_SOCKET_H
338c79373SHelge Deller #define _ASM_SOCKET_H
438c79373SHelge Deller 
538c79373SHelge Deller #include <uapi/asm/socket.h>
638c79373SHelge Deller 
7*75ae0420SHelge Deller /* O_NONBLOCK clashed with the bits used for socket types.  Therefore we
8*75ae0420SHelge Deller  * had to define SOCK_NONBLOCK to a different value here.
938c79373SHelge Deller  */
1038c79373SHelge Deller #define SOCK_NONBLOCK	0x40000000
1138c79373SHelge Deller 
1238c79373SHelge Deller #endif /* _ASM_SOCKET_H */
13