aboutsummaryrefslogtreecommitdiff
path: root/include/faraday
diff options
context:
space:
mode:
authorSergei Antonov2023-04-12 14:01:58 +0300
committerStefan Roese2023-04-18 08:42:43 +0200
commit6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3 (patch)
tree0634c3cafeec3bb0b985178d9e0709559ef42b00 /include/faraday
parent89c4fecd9bc82edbc4c8524a874e77448f6665dd (diff)
watchdog: ftwdt010: return a previously deleted driver now ported to DM
The ftwdt010 watchdog driver was deleted by commit 11232139e399 ("nds32: Remove the architecture") Return it to the codebase in a DM compatible form. Enable it in sandbox_defconfig to test compilability. Another platform using ftwdt010 will be submitted later. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/faraday')
-rw-r--r--include/faraday/ftwdt010_wdt.h3
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 */