Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / mips / include / asm / mach-au1x00 / au1200fb.h
1 /*
2  * platform data for au1200fb driver.
3  */
4
5 #ifndef _AU1200FB_PLAT_H_
6 #define _AU1200FB_PLAT_H_
7
8 struct au1200fb_platdata {
9         int (*panel_index)(void);
10         int (*panel_init)(void);
11         int (*panel_shutdown)(void);
12 };
13
14 #endif