Percepio Trace Recorder v4.8.0.hotfix1
Loading...
Searching...
No Matches
trcKernelPortStreamingConfig.h
1/*
2 * Trace Recorder for Tracealyzer v4.8.0.hotfix1
3 * Copyright 2023 Percepio AB
4 * www.percepio.com
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 *
8 * Kernel port configuration parameters for streaming mode.
9 */
10
11#ifndef TRC_KERNEL_PORT_STREAMING_CONFIG_H
12#define TRC_KERNEL_PORT_STREAMING_CONFIG_H
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18/* Nothing yet */
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* TRC_KERNEL_PORT_STREAMING_CONFIG_H */