Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / powerpc / include / uapi / asm / socket.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
a37c8875 2#ifndef _ASM_POWERPC_SOCKET_H
3#define _ASM_POWERPC_SOCKET_H
1da177e4
LT
4
5/*
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 */
11
1da177e4
LT
12#define SO_RCVLOWAT 16
13#define SO_SNDLOWAT 17
45bdc661
DD
14#define SO_RCVTIMEO_OLD 18
15#define SO_SNDTIMEO_OLD 19
1da177e4
LT
16#define SO_PASSCRED 20
17#define SO_PEERCRED 21
18
042cc409 19#include <asm-generic/socket.h>
1c4f676a 20
a37c8875 21#endif /* _ASM_POWERPC_SOCKET_H */