blob: c9b49153748ac753819e9d992d41c65b27241b1a [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 SFS_DEMO_SP_H
8#define SFS_DEMO_SP_H
9
10#define SFS_DEMO_SP_UUID_BYTES \
11 { 0x01, 0x10, 0x9c, 0xf8, 0xe5, 0xca, 0x44, 0x6f, \
12 0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8, }
13
14#endif /* SFS_DEMO_SP_H */