/* | |
* Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef FWU_UUID_H | |
#define FWU_UUID_H | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
#define TS_FWU_SERVICE_UUID \ | |
{ 0x68, 0x23, 0xa8, 0x38, 0x1b, 0x06, 0x47, 0x0e, 0x97, 0x74, 0x0c, 0xce, 0x8b, 0xfb, 0x53, 0xfd } | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* FWU_UUID_H */ |