Imre Kis | e584a98 | 2023-07-04 17:59:18 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef FWU_UUID_H | ||||
8 | #define FWU_UUID_H | ||||
9 | |||||
10 | #ifdef __cplusplus | ||||
11 | extern "C" { | ||||
12 | #endif | ||||
13 | |||||
14 | #define TS_FWU_SERVICE_UUID \ | ||||
15 | { 0x68, 0x23, 0xa8, 0x38, 0x1b, 0x06, 0x47, 0x0e, 0x97, 0x74, 0x0c, 0xce, 0x8b, 0xfb, 0x53, 0xfd } | ||||
16 | |||||
17 | #ifdef __cplusplus | ||||
18 | } | ||||
19 | #endif | ||||
20 | |||||
21 | #endif /* FWU_UUID_H */ |