add upgraded support for nand flashing
[project/procd.git] / watchdog.h
index cebbc33088d762839837fdad84a3e9e4adea4c41..a774dd734d0a6e92855993471ae01d07c83766cb 100644 (file)
@@ -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