Gabor Ambrus | a9f8d17 | 2023-08-14 22:32:08 +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 | #ifndef LOG_UUID_H | ||||
7 | #define LOG_UUID_H | ||||
8 | #ifdef __cplusplus | ||||
9 | extern "C" { | ||||
10 | #endif | ||||
11 | #define TS_LOG_SERVICE_UUID \ | ||||
12 | { 0xda, 0x9d, 0xff, 0xbd, 0xd5, 0x90, 0x40, 0xed, 0x97, 0x5f, 0x19, 0xc6, 0x5a, 0x3d, 0x52, 0xd3 } | ||||
13 | |||||
14 | #ifdef __cplusplus | ||||
15 | } | ||||
16 | #endif | ||||
17 | #endif /* LOG_UUID_H */ |