summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Jones <davej@codemonkey.org.uk>2003-01-10 00:24:13 -0100
committerDave Jones <davej@tetrachloride.(none)>2003-01-10 00:24:13 -0100
commitaf495c9fac7e03da308f6acda8dfc4fd42ce474c (patch)
tree20af8bac25f385772c4ef679807b029cd541717c /include/linux
parent374b74c72052ba1f6b2e7d39bd45cef62e85b998 (diff)
[WATCHDOG] acquirewdt compile fixes
Diffstat (limited to 'include/linux')
-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 391779c8b965..e208b6f07d67 100644
--- a/include/linux/watchdog.h
+++ b/include/linux/watchdog.h
@@ -39,6 +39,7 @@ struct watchdog_info {
#define WDIOF_CARDRESET 0x0020 /* Card previously reset the CPU */
#define WDIOF_POWEROVER 0x0040 /* Power over voltage */
#define WDIOF_SETTIMEOUT 0x0080 /* Set timeout (in seconds) */
+#define WDIOF_MAGICCLOSE 0x0100 /* Supports magic close char */
#define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
#define WDIOS_DISABLECARD 0x0001 /* Turn off the watchdog timer */