inwudriver-weibo/bsp/system/sys/sal_monitor.h

19 lines
409 B
C
Raw Permalink Normal View History

/*
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
* Description: Implements the active reset function and the delayed reset function sal_monitor.h code
* Author: CompanyName
* Create: 2012-11-09
*/
#ifndef __SAL_MONITOR_H__
#define __SAL_MONITOR_H__
#include <soc_types.h>
EXT_CPP_START
td_void sal_monitor(td_void);
EXT_CPP_END
#endif /* __SAL_MONITOR_H__ */