aboutsummaryrefslogtreecommitdiff
path: root/inc/os/system_trace/trace_cpu_loading.h
blob: 178a09136dcef6822c9b59a88abb52ede5e69039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/****************************************************************************************************//**
 * @file     trace_cpu_loading.h
 *
 * @brief
 *
 * @version  v0.1
 * @date     2018-11-05
 *
 * @note
 *******************************************************************************************************/
#ifndef _TRACE_CPU_LOADING_H_
#define _TRACE_CPU_LOADING_H_

#include "trace_common.h"

#ifdef __cplusplus
extern "C" {
#endif


#ifdef __cplusplus
}
#endif

#endif /*_TRACE_CPU_LOADING_H_*/

/******************* (C) COPYRIGHT 2015 Realtek Semiconductor Corporation *****END OF FILE****/