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

13 lines
363 B
C
Raw Normal View History

/*
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
* Description: Implementation of sal module init stage.
* Author: CompanyName
* Create: 2012-07-14
*/
#ifndef __SAL_INIT_H__
#define __SAL_INIT_H__
#include <soc_mdm_crash.h>
extern td_u32 uapi_syserr_wdg_init(td_bool enable, td_u32 time, td_bool record_crash_info);
#endif