Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef ATTESTATION_SP_H | ||||
8 | #define ATTESTATION_SP_H | ||||
9 | |||||
10 | #define ATTESTATION_SP_UUID_BYTES \ | ||||
11 | {0xa1, 0xba, 0xf1, 0x55, 0x88, 0x76, 0x46, 0x95, \ | ||||
12 | 0x8f, 0x7c, 0x54, 0x95, 0x5e, 0x8d, 0xb9, 0x74} | ||||
13 | |||||
14 | #endif /* ATTESTATION_SP_H */ |