blob: e949193fcb45065532a111e1a0e3758df4fc1dde [file] [log] [blame]
Imre Kisd0ed5c22021-12-15 17:05:47 +01001/*
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 */