Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / parisc / include / asm / socket.h
blob33500c9f6e5e4058e749a4946a91748d9193202f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SOCKET_H
3 #define _ASM_SOCKET_H
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.
9 */
10 #define SOCK_NONBLOCK 0x40000000
12 #endif /* _ASM_SOCKET_H */