| * StrongARM 1100 LCD Controller Frame Buffer Device |
| * Copyright (C) 1999 Eric A. Thomas |
| * Based on acornfb.c Copyright (C) Russell King. |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file COPYING in the main directory of this archive |
| #ifndef _VIDEO_SA1100FB_H |
| #define _VIDEO_SA1100FB_H |
| /* These are the bitfields for each display depth that we support. */ |
| struct fb_bitfield green; |
| struct fb_bitfield transp; |
| /* This structure describes the machine which we are running on. */ |
| struct sa1100fb_mach_info { |
| /* Overrides for the default RGB maps */ |
| const struct sa1100fb_rgb *rgb[NR_RGB]; |
| void (*backlight_power)(int); |