/* include/video/platform_lcd.h * * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Generic platform-device LCD power control interface. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. **/structplat_lcd_data;structfb_info;structplat_lcd_data{int(*probe)(structplat_lcd_data*);void(*set_power)(structplat_lcd_data*,unsignedintpower);int(*match_fb)(structplat_lcd_data*,structfb_info*);};