1#ifndef_ASM_SOCKET_H2#define_ASM_SOCKET_H34#include <uapi/asm/socket.h>
56/* O_NONBLOCK clashes with the bits used for socket types. Therefore we
7 * have to define SOCK_NONBLOCK to a different value here.
8 */9#defineSOCK_NONBLOCK0x4000000010#endif/* _ASM_SOCKET_H */11