xref: /OK3568_Linux_fs/u-boot/include/optee_include/OpteeClientImage.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright 2017, Rockchip Electronics Co., Ltd
3  * hisping lin, <hisping.lin@rock-chips.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 #ifndef __OPTEE_CLIENT_IMAGE_GUID_H__
8 #define __OPTEE_CLIENT_IMAGE_GUID_H__
9 
10 #include <optee_include/tee_base_types.h>
11 
12 #define OPTEE_CLIENT_IMAGE_GUID \
13 { \
14 	0xee3206cb, 0x950a, 0x49eb, \
15 	{ 0xbd, 0xd7, 0xc1, 0x95, 0xcb, 0x9b, 0x2e, 0xbf } \
16 }
17 
18 #endif
19