From b9fcb589a4c086d786891f13dfececcfabc0c91f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 7 Apr 2013 13:44:32 +0200 Subject: watchdog: add support for starting/stopping watchdog refresh Signed-off-by: Felix Fietkau --- watchdog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'watchdog.h') 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 -- cgit v1.2.3