WATCHDOG_IOCTL_BASE 23 include/linux/watchdog.h #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) WATCHDOG_IOCTL_BASE 24 include/linux/watchdog.h #define WDIOC_GETSTATUS _IOR(WATCHDOG_IOCTL_BASE, 1, int) WATCHDOG_IOCTL_BASE 25 include/linux/watchdog.h #define WDIOC_GETBOOTSTATUS _IOR(WATCHDOG_IOCTL_BASE, 2, int) WATCHDOG_IOCTL_BASE 26 include/linux/watchdog.h #define WDIOC_GETTEMP _IOR(WATCHDOG_IOCTL_BASE, 3, int) WATCHDOG_IOCTL_BASE 27 include/linux/watchdog.h #define WDIOC_SETOPTIONS _IOR(WATCHDOG_IOCTL_BASE, 4, int) WATCHDOG_IOCTL_BASE 28 include/linux/watchdog.h #define WDIOC_KEEPALIVE _IOR(WATCHDOG_IOCTL_BASE, 5, int) WATCHDOG_IOCTL_BASE 29 include/linux/watchdog.h #define WDIOC_SETTIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 6, int) WATCHDOG_IOCTL_BASE 30 include/linux/watchdog.h #define WDIOC_GETTIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 7, int) WATCHDOG_IOCTL_BASE 31 include/linux/watchdog.h #define WDIOC_SETPRETIMEOUT _IOWR(WATCHDOG_IOCTL_BASE, 8, int) WATCHDOG_IOCTL_BASE 32 include/linux/watchdog.h #define WDIOC_GETPRETIMEOUT _IOR(WATCHDOG_IOCTL_BASE, 9, int) WATCHDOG_IOCTL_BASE 33 include/linux/watchdog.h #define WDIOC_GETTIMELEFT _IOR(WATCHDOG_IOCTL_BASE, 10, int)