xref: /optee_os/lib/libutee/include/__tee_isocket_defines.h (revision 78b7c7c7653f8bff42fe44d31a79d7f6bbfd4d47)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2016-2017, Linaro Limited
4  * All rights reserved.
5  */
6 #ifndef ____TEE_ISOCKET_DEFINES_H
7 #define ____TEE_ISOCKET_DEFINES_H
8 
9 #define TEE_ISOCKET_VERSION			0x01000000
10 
11 #define TEE_ISOCKET_ERROR_PROTOCOL		0xF1007001
12 #define TEE_ISOCKET_ERROR_REMOTE_CLOSED		0xF1007002
13 #define TEE_ISOCKET_ERROR_TIMEOUT		0xF1007003
14 #define TEE_ISOCKET_ERROR_OUT_OF_RESOURCES	0xF1007004
15 #define TEE_ISOCKET_ERROR_LARGE_BUFFER		0xF1007005
16 #define TEE_ISOCKET_WARNING_PROTOCOL		0xF1007006
17 #define TEE_ISOCKET_ERROR_HOSTNAME		0xF1007007
18 
19 #endif /*____TEE_ISOCKET_DEFINES_H*/
20