You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
394 B
19 lines
394 B
/*
|
|
* Copyright 2017, Rockchip Electronics Co., Ltd
|
|
* hisping lin, <hisping.lin@rock-chips.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#ifndef __OPTEE_CLIENT_IMAGE_GUID_H__
|
|
#define __OPTEE_CLIENT_IMAGE_GUID_H__
|
|
|
|
#include <optee_include/tee_base_types.h>
|
|
|
|
#define OPTEE_CLIENT_IMAGE_GUID \
|
|
{ \
|
|
0xee3206cb, 0x950a, 0x49eb, \
|
|
{ 0xbd, 0xd7, 0xc1, 0x95, 0xcb, 0x9b, 0x2e, 0xbf } \
|
|
}
|
|
|
|
#endif
|