diff options
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r-- | Documentation/watchdog/watchdog-kernel-api.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/watchdog/watchdog-kernel-api.txt b/Documentation/watchdog/watchdog-kernel-api.txt index 41d552698ada..785fa0c996a4 100644 --- a/Documentation/watchdog/watchdog-kernel-api.txt +++ b/Documentation/watchdog/watchdog-kernel-api.txt | |||
@@ -59,8 +59,8 @@ It contains following fields: | |||
59 | watchdog_get_drvdata routines. | 59 | watchdog_get_drvdata routines. |
60 | * status: this field contains a number of status bits that give extra | 60 | * status: this field contains a number of status bits that give extra |
61 | information about the status of the device (Like: is the watchdog timer | 61 | information about the status of the device (Like: is the watchdog timer |
62 | running/active, is the device opened via the /dev/watchdog interface or not, | 62 | running/active, is the nowayout bit set, is the device opened via |
63 | ...). | 63 | the /dev/watchdog interface or not, ...). |
64 | 64 | ||
65 | The list of watchdog operations is defined as: | 65 | The list of watchdog operations is defined as: |
66 | 66 | ||
@@ -130,10 +130,13 @@ bit-operations. The status bits that are defined are: | |||
130 | * WDOG_ALLOW_RELEASE: this bit stores whether or not the magic close character | 130 | * WDOG_ALLOW_RELEASE: this bit stores whether or not the magic close character |
131 | has been sent (so that we can support the magic close feature). | 131 | has been sent (so that we can support the magic close feature). |
132 | (This bit should only be used by the WatchDog Timer Driver Core). | 132 | (This bit should only be used by the WatchDog Timer Driver Core). |
133 | * WDOG_NO_WAY_OUT: this bit stores the nowayout setting for the watchdog. | ||
134 | If this bit is set then the watchdog timer will not be able to stop. | ||
133 | 135 | ||
134 | Note: The WatchDog Timer Driver Core supports the magic close feature. To use | 136 | Note: The WatchDog Timer Driver Core supports the magic close feature and |
135 | the magic close feature you must set the WDIOF_MAGICCLOSE bit in the options | 137 | the nowayout feature. To use the magic close feature you must set the |
136 | field of the watchdog's info structure. | 138 | WDIOF_MAGICCLOSE bit in the options field of the watchdog's info structure. |
139 | The nowayout feature will overrule the magic close feature. | ||
137 | 140 | ||
138 | To get or set driver specific data the following two helper functions should be | 141 | To get or set driver specific data the following two helper functions should be |
139 | used: | 142 | used: |