aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/watchdog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h
index 29ff80807dd4..db46fe89563e 100644
--- a/include/linux/watchdog.h
+++ b/include/linux/watchdog.h
@@ -106,6 +106,7 @@ struct watchdog_device {
106 void *driver_data; 106 void *driver_data;
107 unsigned long status; 107 unsigned long status;
108/* Bit numbers for status flags */ 108/* Bit numbers for status flags */
109#define WDOG_ACTIVE 0 /* Is the watchdog running/active */
109#define WDOG_DEV_OPEN 1 /* Opened via /dev/watchdog ? */ 110#define WDOG_DEV_OPEN 1 /* Opened via /dev/watchdog ? */
110}; 111};
111 112