summaryrefslogtreecommitdiffstats
path: root/include/video/sa1100fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/sa1100fb.h')
-rw-r--r--include/video/sa1100fb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/sa1100fb.h b/include/video/sa1100fb.h
index e73c813c87f0..4ab409653785 100644
--- a/include/video/sa1100fb.h
+++ b/include/video/sa1100fb.h
@@ -54,6 +54,10 @@ struct sa1100fb_mach_info {
/* Overrides for the default RGB maps */
const struct sa1100fb_rgb *rgb[NR_RGB];
+
+ void (*backlight_power)(int);
+ void (*lcd_power)(int);
+ void (*set_visual)(u32);
};
#endif