2 * VT8500/WM8505 Frame Buffer platform data definitions
4 * Copyright (C) 2010 Ed Spiridonov <edo.rus@gmail.com>
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
21 struct vt8500fb_platform_data
{
22 struct fb_videomode mode
;
26 unsigned long video_mem_phys
;
28 unsigned long video_mem_len
;
31 #endif /* _VT8500FB_H */