/* | |
* Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef LOG_UUID_H | |
#define LOG_UUID_H | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
#define TS_LOG_SERVICE_UUID \ | |
{ 0xda, 0x9d, 0xff, 0xbd, 0xd5, 0x90, 0x40, 0xed, 0x97, 0x5f, 0x19, 0xc6, 0x5a, 0x3d, 0x52, 0xd3 } | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* LOG_UUID_H */ |