#ifndef SH_MOBILE_LCDCFB_H
#define SH_MOBILE_LCDCFB_H
#include <linux/completion.h>
#include <linux/fb.h>
#include <linux/mutex.h>
#include <linux/wait.h>
enum { … };
#define PALETTE_NR …
struct backlight_device;
struct fb_info;
struct module;
struct sh_mobile_lcdc_chan;
struct sh_mobile_lcdc_entity;
struct sh_mobile_lcdc_format_info;
struct sh_mobile_lcdc_priv;
#define SH_MOBILE_LCDC_DISPLAY_DISCONNECTED …
#define SH_MOBILE_LCDC_DISPLAY_CONNECTED …
struct sh_mobile_lcdc_entity_ops { … };
enum sh_mobile_lcdc_entity_event { … };
struct sh_mobile_lcdc_entity { … };
struct sh_mobile_lcdc_chan { … };
#endif