blob: 1d5d1d1372075b7f798583456f89d8c2ae683f4b [file] [log] [blame]
Gabor Ambrusa9f8d172023-08-14 22:32:08 +02001/*
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
9extern "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 */