summaryrefslogtreecommitdiffstats
path: root/include/linux/pcwd.h
blob: 6b77fdefa1173d5007af9f076054c830c9fdce61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Berkshire PC Watchdog Defines
 * For version 0.41 of the driver
 */

#define	PCWD_IOCTL_BASE	'W'

#define	PCWD_GETSTAT	_IOR(PCWD_IOCTL_BASE, 1, int)
#define	PCWD_PING	_IOR(PCWD_IOCTL_BASE, 2, int)

#define	PCWD_PREVRESET	0x01	/* System previously reset by card */
#define	PCWD_TEMPSENSE	0x02	/* Temperature overheat sense */