Percepio Trace Recorder  v4.6.6
trcKernelPortStreamingConfig.h
1 /*
2  * Trace Recorder for Tracealyzer v4.6.6
3  * Copyright 2021 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
15 extern "C" {
16 #endif
17 
18 /* Nothing yet */
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* TRC_KERNEL_PORT_STREAMING_CONFIG_H */