summaryrefslogtreecommitdiffstats
path: root/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.h')
-rw-r--r--watchdog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/watchdog.h b/watchdog.h
index 92702fd..66037b1 100644
--- a/watchdog.h
+++ b/watchdog.h
@@ -19,5 +19,7 @@ void watchdog_init(void);
char* watchdog_fd(void);
int watchdog_timeout(int timeout);
int watchdog_frequency(int frequency);
+void watchdog_set_stopped(bool val);
+bool watchdog_get_stopped(void);
#endif