]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/leds.h
leds: allow led-drivers to use a variable range of brightness values
[karo-tx-linux.git] / include / linux / leds.h
index 24489da701e331b1a4d1810b40afd7209775e265..17d277e0c4a645d6be61bfffb84539f36cacace5 100644 (file)
@@ -30,6 +30,7 @@ enum led_brightness {
 struct led_classdev {
        const char              *name;
        int                      brightness;
+       int                      max_brightness;
        int                      flags;
 
        /* Lower 16 bits reflect status */