/* * 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 extern td_u32 uapi_syserr_wdg_init(td_bool enable, td_u32 time, td_bool record_crash_info); #endif