GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / blackfin / mach-bf548 / include / mach / bf54x-lq043.h
blob8821efe57fbc7be2a5aded6b7e9cde9d6cda7c60
1 /*
2 * Copyright 2007-2008 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef BF54X_LQ043_H
8 #define BF54X_LQ043_H
10 struct bfin_bf54xfb_val {
11 unsigned int defval;
12 unsigned int min;
13 unsigned int max;
16 struct bfin_bf54xfb_mach_info {
17 unsigned char fixed_syncs; /* do not update sync/border */
19 /* LCD types */
20 int type;
22 /* Screen size */
23 int width;
24 int height;
26 /* Screen info */
27 struct bfin_bf54xfb_val xres;
28 struct bfin_bf54xfb_val yres;
29 struct bfin_bf54xfb_val bpp;
31 /* GPIOs */
32 unsigned short disp;
36 #endif /* BF54X_LQ043_H */