blob: 8d806d80ed2476d1941da47cf07b76e9a38eb617 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_SOCKET_H
2#define _ASM_SOCKET_H
3
David Howells96433f6e2012-12-17 13:47:09 +00004#include <uapi/asm/socket.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Ulrich Drepperaaca0bd2008-07-23 21:29:20 -07006/* 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#define SOCK_NONBLOCK 0x40000000
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#endif /* _ASM_SOCKET_H */