aboutsummaryrefslogtreecommitdiffstats
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 {
54 54
55 /* Overrides for the default RGB maps */ 55 /* Overrides for the default RGB maps */
56 const struct sa1100fb_rgb *rgb[NR_RGB]; 56 const struct sa1100fb_rgb *rgb[NR_RGB];
57
58 void (*backlight_power)(int);
59 void (*lcd_power)(int);
60 void (*set_visual)(u32);
57}; 61};
58 62
59#endif 63#endif