#ifndef __ASM_MACH_PXA168FB_H
#define __ASM_MACH_PXA168FB_H
#include <linux/fb.h>
#include <linux/interrupt.h>
#define PIN_MODE_DUMB_24 …
#define PIN_MODE_DUMB_18_SPI …
#define PIN_MODE_DUMB_18_GPIO …
#define PIN_MODE_DUMB_16_SPI …
#define PIN_MODE_DUMB_16_GPIO …
#define PIN_MODE_DUMB_12_SPI_GPIO …
#define PIN_MODE_SMART_18_SPI …
#define PIN_MODE_SMART_16_SPI …
#define PIN_MODE_SMART_8_SPI_GPIO …
#define DUMB_MODE_RGB565 …
#define DUMB_MODE_RGB565_UPPER …
#define DUMB_MODE_RGB666 …
#define DUMB_MODE_RGB666_UPPER …
#define DUMB_MODE_RGB444 …
#define DUMB_MODE_RGB444_UPPER …
#define DUMB_MODE_RGB888 …
#define DEFAULT_FB_SIZE …
#define PIX_FMT_RGB565 …
#define PIX_FMT_BGR565 …
#define PIX_FMT_RGB1555 …
#define PIX_FMT_BGR1555 …
#define PIX_FMT_RGB888PACK …
#define PIX_FMT_BGR888PACK …
#define PIX_FMT_RGB888UNPACK …
#define PIX_FMT_BGR888UNPACK …
#define PIX_FMT_RGBA888 …
#define PIX_FMT_BGRA888 …
#define PIX_FMT_YUV422PACK …
#define PIX_FMT_YVU422PACK …
#define PIX_FMT_YUV422PLANAR …
#define PIX_FMT_YVU422PLANAR …
#define PIX_FMT_YUV420PLANAR …
#define PIX_FMT_YVU420PLANAR …
#define PIX_FMT_PSEUDOCOLOR …
#define PIX_FMT_UYVY422PACK …
struct pxa168fb_info { … };
struct pxa168fb_mach_info { … };
#endif