drivers: watchdog: remove deprecated apis
Its been at least 2 releases since we marked a number of watchdog APIs as deprecated. Lets remove them. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c3ba7335d9
commit
03bfb18c61
3 changed files with 5 additions and 121 deletions
|
@ -13,6 +13,11 @@
|
|||
#include <watchdog.h>
|
||||
#include <device.h>
|
||||
|
||||
enum wdt_mode {
|
||||
WDT_MODE_RESET = 0,
|
||||
WDT_MODE_INTERRUPT_RESET
|
||||
};
|
||||
|
||||
struct wdt_esp32_data {
|
||||
u32_t timeout;
|
||||
enum wdt_mode mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue