diff options
Diffstat (limited to 'include/faraday/ftwdt010_wdt.h')
-rw-r--r-- | include/faraday/ftwdt010_wdt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/faraday/ftwdt010_wdt.h b/include/faraday/ftwdt010_wdt.h index 804907d6455..d4c11e39a05 100644 --- a/include/faraday/ftwdt010_wdt.h +++ b/include/faraday/ftwdt010_wdt.h @@ -89,7 +89,4 @@ struct ftwdt010_wdt { */ #define FTWDT010_TIMEOUT_FACTOR (get_board_sys_clk() / 1000) /* 1 ms */ -void ftwdt010_wdt_reset(void); -void ftwdt010_wdt_disable(void); - #endif /* __FTWDT010_H */ |