aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee/include/__tee_tcpsocket_defines_extensions.h
blob: 8b69e048242fe4d2a5921c017601978f05689a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2016-2017, Linaro Limited
 * All rights reserved.
 */

#ifndef ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H
#define ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H

/* Instance and implementation specific ioctl functions */
#define TEE_TCP_SET_RECVBUF	0x65f00000
#define TEE_TCP_SET_SENDBUF	0x65f00001

#endif /*____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H*/