Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
watchdog.h File Reference
#include <linux/watchdog.h>

Go to the source code of this file.

Macros

#define WIOCSTART   _IO (WATCHDOG_IOCTL_BASE, 10) /* Start Timer */
 
#define WIOCSTOP   _IO (WATCHDOG_IOCTL_BASE, 11) /* Stop Timer */
 
#define WIOCGSTAT   _IOR(WATCHDOG_IOCTL_BASE, 12, int)/* Get Timer Status */
 
#define WD_FREERUN   0x01 /* timer is running, interrupts disabled */
 
#define WD_EXPIRED   0x02 /* timer has expired */
 
#define WD_RUNNING   0x04 /* timer is running, interrupts enabled */
 
#define WD_STOPPED   0x08 /* timer has not been started */
 
#define WD_SERVICED   0x10 /* timer interrupt was serviced */
 

Macro Definition Documentation

#define WD_EXPIRED   0x02 /* timer has expired */

Definition at line 25 of file watchdog.h.

#define WD_FREERUN   0x01 /* timer is running, interrupts disabled */

Definition at line 24 of file watchdog.h.

#define WD_RUNNING   0x04 /* timer is running, interrupts enabled */

Definition at line 26 of file watchdog.h.

#define WD_SERVICED   0x10 /* timer interrupt was serviced */

Definition at line 28 of file watchdog.h.

#define WD_STOPPED   0x08 /* timer has not been started */

Definition at line 27 of file watchdog.h.

#define WIOCGSTAT   _IOR(WATCHDOG_IOCTL_BASE, 12, int)/* Get Timer Status */

Definition at line 20 of file watchdog.h.

#define WIOCSTART   _IO (WATCHDOG_IOCTL_BASE, 10) /* Start Timer */

Definition at line 18 of file watchdog.h.

#define WIOCSTOP   _IO (WATCHDOG_IOCTL_BASE, 11) /* Stop Timer */

Definition at line 19 of file watchdog.h.