| Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. | ||||
| 3 | * | ||||
| 4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
| 5 | */ | ||||
| 6 | |||||
| 7 | #ifndef SP_H | ||||
| 8 | #define SP_H | ||||
| 9 | |||||
| 10 | #define OPTEE_SP_UUID \ | ||||
| 11 | { 0x01109cf8, 0xe5ca, 0x446f, \ | ||||
| 12 | { 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8 } } | ||||
| 13 | |||||
| 14 | #define SP_UUID_BYTES \ | ||||
| 15 | { 0x01, 0x10, 0x9c, 0xf8, 0xe5, 0xca, 0x44, 0x6f, \ | ||||
| 16 | 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8, } | ||||
| 17 | |||||
| 18 | #endif /* SP_H */ | ||||