]> err.no Git - linux-2.6/blobdiff - include/asm-arm/arch-pxa/sharpsl.h
Pull release into acpica branch
[linux-2.6] / include / asm-arm / arch-pxa / sharpsl.h
index 1e1d11033940078fa8ea82ce46a6f9100d3f9eb3..0b43495d24b4c38c857754775a355795dc990c50 100644 (file)
@@ -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);