Files

12 lines
310 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2005-04-16 15:20:36 -07:00
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
#include <uapi/asm/socket.h>
2005-04-16 15:20:36 -07:00
2008-07-23 21:29:20 -07:00
/* O_NONBLOCK clashes with the bits used for socket types. Therefore we
* have to define SOCK_NONBLOCK to a different value here.
*/
#define SOCK_NONBLOCK 0x40000000
2005-04-16 15:20:36 -07:00
#endif /* _ASM_SOCKET_H */