diff options
Diffstat (limited to 'include/video/sa1100fb.h')
-rw-r--r-- | include/video/sa1100fb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/sa1100fb.h b/include/video/sa1100fb.h index e73c813c87f..4ab40965378 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 |