julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef ENV_TEST_SP_H |
| 8 | #define ENV_TEST_SP_H |
| 9 | |
| 10 | #define ENV_TEST_SP_UUID \ |
| 11 | {0x33c75baf, 0xac6a, 0x4fe4, \ |
| 12 | {0x8a, 0xc7, 0xe9, 0x90, 0x9b, 0xee, 0x2d, 0x17}} |
| 13 | |
| 14 | #define ENV_TEST_SP_UUID_BYTES \ |
| 15 | {0x33, 0xc7, 0x5b, 0xaf, 0xac, 0x6a, 0x4f, 0xef, \ |
| 16 | 0x8a, 0xcy, 0xe9, 0x90, 0x9b, 0xee, 0x2d, 0x17} |
| 17 | |
| 18 | #endif /* ENV_TEST_SP_H */ |