summaryrefslogtreecommitdiffstats
path: root/watchdog.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-01 23:23:47 +0100
committerJohn Crispin <blogic@openwrt.org>2014-11-05 16:23:20 +0100
commit9286d16672b26c9fe7cb9dbf827a43a910df5559 (patch)
tree49cf3334120735144d972f71d257a75c1cc1ecd1 /watchdog.h
parent6f52ef3cc9f01e952e7f32d10c7f8612e635e80c (diff)
downloadunitd-9286d16672b26c9fe7cb9dbf827a43a910df5559.tar
unitd-9286d16672b26c9fe7cb9dbf827a43a910df5559.zip
kmodloader takes longer than wdt timeout
on systms with slow flash the watchdog will trigger when a lot of modules are included in the image. Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'watchdog.h')
-rw-r--r--watchdog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/watchdog.h b/watchdog.h
index a774dd7..015fa93 100644
--- a/watchdog.h
+++ b/watchdog.h
@@ -22,5 +22,6 @@ int watchdog_frequency(int frequency);
void watchdog_set_stopped(bool val);
bool watchdog_get_stopped(void);
void watchdog_no_cloexec(void);
+void watchdog_ping(void);
#endif