28 lines
603 B
C
28 lines
603 B
C
/****************************************************************************************************//**
|
|
* @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****/
|