From af495c9fac7e03da308f6acda8dfc4fd42ce474c Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 10 Jan 2003 00:24:13 -0100 Subject: [WATCHDOG] acquirewdt compile fixes --- include/linux/watchdog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 */ -- cgit v1.2.3