aboutsummaryrefslogtreecommitdiff
path: root/include/mach/local_wd_drv.h
blob: 155b9e0770942c118a0d6a5ec0068fbb8950527b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __L_WD_DRV_H
#define __L_WD_DRV_H
#include <mach/mt_typedefs.h>
#include "wd_api.h"


/* direct api */
int mpcore_wk_wdt_config(int reserved, int reserved2, int timeout_val);
int mpcore_wdt_restart(WD_RES_TYPE type);
void mtk_wd_resume(void);
void mtk_wd_suspend(void);
int local_wdt_enable(enum wk_wdt_en en);
/* used for extend request */
int mtk_local_wdt_misc_config(int bit, int set_value, int *reserved);
void mpcore_wk_wdt_stop(void);

#endif