1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2014, STMicroelectronics International N.V.
4  * All rights reserved.
5  */
6 
7 #ifndef TA_CREATE_FAIL_TEST_H
8 #define TA_CREATE_FAIL_TEST_H
9 
10 /* This UUID is generated with the ITU-T UUID generator at
11    http://www.itu.int/ITU-T/asn1/uuid.html */
12 #define TA_CREATE_FAIL_TEST_UUID { 0xc3f6e2c0, 0x3548, 0x11e1, \
13 	{ 0xb8, 0x6c, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }
14 
15 #endif /*TA_CREATE_FAIL_TEST_H */
16