commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
25 lines
427 B
C
Executable File
25 lines
427 B
C
Executable File
/*
|
|
* Trace Recorder for Tracealyzer v4.6.4
|
|
* Copyright 2021 Percepio AB
|
|
* www.percepio.com
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Kernel port configuration parameters for streaming mode.
|
|
*/
|
|
|
|
#ifndef TRC_KERNEL_PORT_STREAMING_CONFIG_H
|
|
#define TRC_KERNEL_PORT_STREAMING_CONFIG_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Nothing yet */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* TRC_KERNEL_PORT_STREAMING_CONFIG_H */
|