30 lines
685 B
C
30 lines
685 B
C
|
|
/****************************************************************************************************//**
|
||
|
|
* @file trace_task_hang.h
|
||
|
|
*
|
||
|
|
* @brief
|
||
|
|
*
|
||
|
|
* @version v0.1
|
||
|
|
* @date 2018-11-05
|
||
|
|
*
|
||
|
|
* @note
|
||
|
|
*******************************************************************************************************/
|
||
|
|
#ifndef _TRACE_TASK_HANG_H_
|
||
|
|
#define _TRACE_TASK_HANG_H_
|
||
|
|
|
||
|
|
#include "trace_common.h"
|
||
|
|
#include "trace_port_config.h"
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern bool trace_task_hang_init(uint32_t queue_num, ...);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /*_TRACE_TASK_HANG_H_*/
|
||
|
|
|
||
|
|
/******************* (C) COPYRIGHT 2015 Realtek Semiconductor Corporation *****END OF FILE****/
|