diff options
| author | Tom Rini <[email protected]> | 2023-04-22 18:31:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-22 18:31:21 -0400 |
| commit | da142d1ec9fdc5d0e8641224ed245fcaa3cb55d8 (patch) | |
| tree | d2b2ebf6ae23ec1ca7416471f330cf25e6ebaa0e /include | |
| parent | f2db24556f33e8dfb8865fbc1c75e48f96be4fbf (diff) | |
| parent | 0d5990a24219cb50c2c1c3828afcd234808407ff (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
- watchdog: arm_smc_wdt: add watchdog support (Lionel)
- watchdog: ftwdt010: return a previously deleted driver now ported to
DM (Sergei)
- watchdog: Add a watchdog driver for Raspberry Pi boards (Etienne)
Diffstat (limited to 'include')
| -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 */ |
