summaryrefslogtreecommitdiff
path: root/include/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 036f722d97..bf12ad0593 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -38,13 +38,6 @@ void watchdog_trace(uint32_t excep_lr, uint32_t excep_sp);
*/
void watchdog_warning_irq(void);
-/**
- * We cannot unlock the watchdog timer within 3 watch dog ticks of
- * touching it per the datasheet. This is around 100ms so we should
- * protect against this.
- */
-void watchdog_stop_and_unlock(void);
-
/* Reload the watchdog counter */
#ifdef CONFIG_WATCHDOG
void watchdog_reload(void);