]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/rfkill.h
sched: fix buddies for group scheduling
[linux-2.6-omap-h63xx.git] / include / linux / rfkill.h
index e92d8e94bb888bbacc17641ad1f78c808aaa1b3c..4cd64b0d9825a6b2bbe33b9a584b1233a03ac54d 100644 (file)
@@ -49,6 +49,7 @@ enum rfkill_state {
        RFKILL_STATE_SOFT_BLOCKED = 0,  /* Radio output blocked */
        RFKILL_STATE_UNBLOCKED    = 1,  /* Radio output allowed */
        RFKILL_STATE_HARD_BLOCKED = 2,  /* Output blocked, non-overrideable */
+       RFKILL_STATE_MAX,               /* marker for last valid state */
 };
 
 /*