xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/miss/include/ta_miss_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2019, Mentor Graphics Corporation
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #ifndef TA_MISS_TEST_H
8 #define TA_MISS_TEST_H
9 
10 /* This UUID is generated with uuidgen */
11 #define TA_MISS_TEST_UUID { 0x528938ce, 0xfc59, 0x11e8, \
12 	{ 0x8e, 0xb2, 0xf2, 0x80, 0x1f, 0x1b, 0x9f, 0xd1 } }
13 
14 #endif /* TA_MISS_TEST_H */
15