summaryrefslogtreecommitdiffstats
path: root/watchdog.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-10 17:50:15 +0200
committerJohn Crispin <blogic@openwrt.org>2014-06-11 00:06:12 +0200
commit13259259bc53657617844660f2664f4b4fb4ac02 (patch)
treeec7e121e780ddfd1923e48d7d17243241b213948 /watchdog.h
parent53c1ea6b9ade10eff3cec07519db862b365a4233 (diff)
downloadunitd-13259259bc53657617844660f2664f4b4fb4ac02.tar
unitd-13259259bc53657617844660f2664f4b4fb4ac02.zip
add upgraded support for nand flashing
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 cebbc33..a774dd7 100644
--- a/watchdog.h
+++ b/watchdog.h
@@ -21,5 +21,6 @@ int watchdog_timeout(int timeout);
int watchdog_frequency(int frequency);
void watchdog_set_stopped(bool val);
bool watchdog_get_stopped(void);
+void watchdog_no_cloexec(void);
#endif