diff options
Diffstat (limited to 'watchdog.h')
-rw-r--r-- | watchdog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |