X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-pxa%2Fsharpsl.h;h=0b43495d24b4c38c857754775a355795dc990c50;hb=3d5271f9883cba7b54762bc4fe027d4172f06db7;hp=1e1d11033940078fa8ea82ce46a6f9100d3f9eb3;hpb=9fc7896b62b48714fafecf9266d9dc14c1cd6e33;p=linux-2.6 diff --git a/include/asm-arm/arch-pxa/sharpsl.h b/include/asm-arm/arch-pxa/sharpsl.h index 1e1d110339..0b43495d24 100644 --- a/include/asm-arm/arch-pxa/sharpsl.h +++ b/include/asm-arm/arch-pxa/sharpsl.h @@ -20,3 +20,19 @@ struct corgits_machinfo { void (*put_hsync)(void); void (*wait_hsync)(void); }; + + +/* + * SharpSL Backlight + */ +struct corgibl_machinfo { + int max_intensity; + void (*set_bl_intensity)(int intensity); +}; +extern void corgibl_limit_intensity(int limit); + + +/* + * SharpSL Battery/PM Driver + */ +extern void sharpsl_battery_kick(void);