From 10e3166076f7de31126761aa0e271415d9b9a023 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 13 Mar 2018 09:33:27 +0100 Subject: watchdog: provide timeout_cur value timeout_cur will be used for watchdog poller. Provided values should be good enough for most users and still can be changed for separate projects and fit to needed requirements. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- include/watchdog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/watchdog.h b/include/watchdog.h index a2459d2551..2f1874c196 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -20,6 +20,7 @@ struct watchdog { struct device_d dev; unsigned int priority; unsigned int timeout_max; + unsigned int timeout_cur; struct list_head list; }; -- cgit v1.2.3