/* default heartbeat = delay-time from dip-switches */
#define WATCHDOG_HEARTBEAT 0
staticintheartbeat=WATCHDOG_HEARTBEAT;
module_param(heartbeat,int,0);
MODULE_PARM_DESC(heartbeat,"Watchdog heartbeat in seconds. (2 <= heartbeat <= 7200 or 0=delay-time from dip-switches, default="__MODULE_STRING(WATCHDOG_HEARTBEAT)")");
staticintnowayout=WATCHDOG_NOWAYOUT;
module_param(nowayout,int,0);
MODULE_PARM_DESC(nowayout,"Watchdog cannot be stopped once started (default="__MODULE_STRING(WATCHDOG_NOWAYOUT)")");
MODULE_PARM_DESC(nowayout,
"Watchdog cannot be stopped once started (default="