18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_SOCKET_H 38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_SOCKET_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or 78c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License 88c2ecf20Sopenharmony_ci * as published by the Free Software Foundation; either version 98c2ecf20Sopenharmony_ci * 2 of the License, or (at your option) any later version. 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define SO_RCVLOWAT 16 138c2ecf20Sopenharmony_ci#define SO_SNDLOWAT 17 148c2ecf20Sopenharmony_ci#define SO_RCVTIMEO_OLD 18 158c2ecf20Sopenharmony_ci#define SO_SNDTIMEO_OLD 19 168c2ecf20Sopenharmony_ci#define SO_PASSCRED 20 178c2ecf20Sopenharmony_ci#define SO_PEERCRED 21 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#include <asm-generic/socket.h> 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_SOCKET_H */ 22