Realtek/inc/os/system_trace/trace_task_hang.h

30 lines
685 B
C
Raw Normal View History

2025-11-25 10:21:47 +08:00
/****************************************************************************************************//**
* @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****/