watchdog: nowayout is bool
[deliverable/linux.git] / include / linux / watchdog.h
index 43ba5b3ce2a3ac6be68b8aacd2b3740953113b25..de75167093bf996371881e6fb887f2722e6ab698 100644 (file)
@@ -127,7 +127,7 @@ struct watchdog_device {
 #endif
 
 /* Use the following function to set the nowayout feature */
-static inline void watchdog_set_nowayout(struct watchdog_device *wdd, int nowayout)
+static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout)
 {
        if (nowayout)
                set_bit(WDOG_NO_WAY_OUT, &wdd->status);
This page took 0.024482 seconds and 5 git commands to generate.