/* * Copyright 2017, Rockchip Electronics Co., Ltd * hisping lin, * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __OPTEE_CLIENT_IMAGE_GUID_H__ #define __OPTEE_CLIENT_IMAGE_GUID_H__ #include #define OPTEE_CLIENT_IMAGE_GUID \ { \ 0xee3206cb, 0x950a, 0x49eb, \ { 0xbd, 0xd7, 0xc1, 0x95, 0xcb, 0x9b, 0x2e, 0xbf } \ } #endif