19 lines
409 B
C
19 lines
409 B
C
/*
|
|
* 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__ */
|