blob: be1e09784fdfdfd2357326da011226cc01ea5534 [file] [log] [blame]
Imre Kisd0ed5c22021-12-15 17:05:47 +01001/*
2 * Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef CRYPTO_SP_H
8#define CRYPTO_SP_H
9
10#define CRYPTO_SP_UUID_BYTES \
11 {0xd9, 0xdf, 0x52, 0xd5, 0x16, 0xa2, 0x4b, 0xb2, \
12 0x9a, 0xa4, 0xd2, 0x6d, 0x3b, 0x84, 0xe8, 0xc0}
13
14#endif /* CRYPTO_SP_H */