/* | |
* Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef SFS_DEMO_SP_H | |
#define SFS_DEMO_SP_H | |
#define SFS_DEMO_SP_UUID_BYTES \ | |
{ 0x01, 0x10, 0x9c, 0xf8, 0xe5, 0xca, 0x44, 0x6f, \ | |
0x9b, 0x55, 0xf3, 0xcd, 0xc6, 0x51, 0x10, 0xc8, } | |
#endif /* SFS_DEMO_SP_H */ |