Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_SOCKET_H
0003 #define _ASM_SOCKET_H
0004 
0005 #include <uapi/asm/socket.h>
0006 
0007 /* O_NONBLOCK clashes with the bits used for socket types.  Therefore we
0008  * have to define SOCK_NONBLOCK to a different value here.
0009  */
0010 #define SOCK_NONBLOCK   0x40000000
0011 #endif /* _ASM_SOCKET_H */