1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <uapi/asm/socket.h>
7 /* O_NONBLOCK clashed with the bits used for socket types. Therefore we
8 * had to define SOCK_NONBLOCK to a different value here.
10 #define SOCK_NONBLOCK 0x40000000
12 #endif /* _ASM_SOCKET_H */