X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmach-aaec2000%2Fcore.h;h=59501b5731674b5a99c5119916b335fec7300c85;hb=97c96c076b8ef86533f2427ea145a9cd0ec5564f;hp=91893d848c165e67ff16079e9dbac8d4c626f4bf;hpb=c0d6f9663b30a09ed725229b2d50391268c8538e;p=pandora-kernel.git diff --git a/arch/arm/mach-aaec2000/core.h b/arch/arm/mach-aaec2000/core.h index 91893d848c16..59501b573167 100644 --- a/arch/arm/mach-aaec2000/core.h +++ b/arch/arm/mach-aaec2000/core.h @@ -9,8 +9,20 @@ * */ +#include +#include + struct sys_timer; extern struct sys_timer aaec2000_timer; extern void __init aaec2000_map_io(void); extern void __init aaec2000_init_irq(void); + +struct aaec2000_clcd_info { + struct clcd_panel panel; + void (*disable)(struct clcd_fb *); + void (*enable)(struct clcd_fb *); +}; + +extern void __init aaec2000_set_clcd_plat_data(struct aaec2000_clcd_info *); +