linux/include/video/da8xx-fb.h

/*
 * Header file for TI DA8XX LCD controller platform data.
 *
 * Copyright (C) 2008-2009 MontaVista Software Inc.
 * Copyright (C) 2008-2009 Texas Instruments Inc
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2. This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */

#ifndef DA8XX_FB_H
#define DA8XX_FB_H

enum panel_shade {};

enum raster_load_mode {};

enum da8xx_frame_complete {};

struct da8xx_lcdc_platform_data {};

struct lcd_ctrl_config {};

struct lcd_sync_arg {};

/* ioctls */
#define FBIOGET_CONTRAST
#define FBIOPUT_CONTRAST
#define FBIGET_BRIGHTNESS
#define FBIPUT_BRIGHTNESS
#define FBIGET_COLOR
#define FBIPUT_COLOR
#define FBIPUT_HSYNC
#define FBIPUT_VSYNC

/* Proprietary FB_SYNC_ flags */
#define FB_SYNC_CLK_INVERT

#endif  /* ifndef DA8XX_FB_H */