Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame^] | 1 | /* |
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 */ |