]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-pxa/sharpsl.h
Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2...
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-pxa / sharpsl.h
index 1e1d11033940078fa8ea82ce46a6f9100d3f9eb3..94cb4982af82e473d7a6985a53c4e8c9dcabd2f2 100644 (file)
@@ -20,3 +20,21 @@ struct corgits_machinfo {
        void (*put_hsync)(void);
        void (*wait_hsync)(void);
 };
+
+
+/*
+ * SharpSL Backlight
+ */
+struct corgibl_machinfo {
+       int max_intensity;
+       int default_intensity;
+       int limit_mask;
+       void (*set_bl_intensity)(int intensity);
+};
+extern void corgibl_limit_intensity(int limit);
+
+
+/*
+ * SharpSL Battery/PM Driver
+ */
+extern void sharpsl_battery_kick(void);