diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-01-07 02:33:00 +0000 |
commit | beb116954b9b7f3bb56412b2494b562f02b864b1 (patch) | |
tree | 120e997879884e1b9d93b265221b939d2ef1ade1 /include/linux/pcwd.h | |
parent | 908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff) |
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'include/linux/pcwd.h')
-rw-r--r-- | include/linux/pcwd.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/pcwd.h b/include/linux/pcwd.h new file mode 100644 index 000000000..6b77fdefa --- /dev/null +++ b/include/linux/pcwd.h @@ -0,0 +1,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 */ |