summaryrefslogtreecommitdiff
path: root/include/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/watchdog.h')
-rw-r--r--include/watchdog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/watchdog.h b/include/watchdog.h
index 02c603ca40..1981e3ce10 100644
--- a/include/watchdog.h
+++ b/include/watchdog.h
@@ -31,6 +31,12 @@ int watchdog_init(void);
*/
void watchdog_trace(uint32_t excep_lr, uint32_t excep_sp);
+/**
+ * Watchdog has not been tickled recently warning. This function should be
+ * called when the watchdog is close to firing.
+ */
+void watchdog_warning_irq(void);
+
/* Reload the watchdog counter */
#ifdef CONFIG_WATCHDOG
void watchdog_reload(void);