Go to the documentation of this file.
10 #ifndef _SPARC64_WATCHDOG_H
11 #define _SPARC64_WATCHDOG_H
13 #include <linux/watchdog.h>
18 #define WIOCSTART _IO (WATCHDOG_IOCTL_BASE, 10)
19 #define WIOCSTOP _IO (WATCHDOG_IOCTL_BASE, 11)
20 #define WIOCGSTAT _IOR(WATCHDOG_IOCTL_BASE, 12, int)
24 #define WD_FREERUN 0x01
25 #define WD_EXPIRED 0x02
26 #define WD_RUNNING 0x04
27 #define WD_STOPPED 0x08
28 #define WD_SERVICED 0x10