xref: /optee_os/lib/libutee/include/__tee_tcpsocket_defines_extensions.h (revision 78b7c7c7653f8bff42fe44d31a79d7f6bbfd4d47)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2016-2017, Linaro Limited
4  * All rights reserved.
5  */
6 
7 #ifndef ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H
8 #define ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H
9 
10 /* Instance and implementation specific ioctl functions */
11 #define TEE_TCP_SET_RECVBUF	0x65f00000
12 #define TEE_TCP_SET_SENDBUF	0x65f00001
13 
14 #endif /*____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H*/
15