Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / mach-au1x00 / au1200fb.h
blobe0e98f06c642612a0191890b1f478f2ffc330f12
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * platform data for au1200fb driver.
4 */
6 #ifndef _AU1200FB_PLAT_H_
7 #define _AU1200FB_PLAT_H_
9 struct au1200fb_platdata {
10 int (*panel_index)(void);
11 int (*panel_init)(void);
12 int (*panel_shutdown)(void);
15 #endif