Input: ts4800-ts - switch to using polled mode of input devices
[linux-2.6-block.git] / include / linux / omapfb.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
91773a00
TV
2/*
3 * File: include/linux/omapfb.h
4 *
5 * Framebuffer driver for TI OMAP boards
6 *
7 * Copyright (C) 2004 Nokia Corporation
8 * Author: Imre Deak <imre.deak@nokia.com>
91773a00 9 */
91773a00
TV
10#ifndef __LINUX_OMAPFB_H__
11#define __LINUX_OMAPFB_H__
12
607ca46e 13#include <uapi/linux/omapfb.h>
91773a00 14
91773a00 15
ad6c9101
IG
16struct omap_lcd_config {
17 char panel_name[16];
18 char ctrl_name[16];
19 s16 nreset_gpio;
20 u8 data_lines;
21};
91773a00 22
91773a00
TV
23struct omapfb_platform_data {
24 struct omap_lcd_config lcd;
91773a00
TV
25};
26
ddba6c7f
TV
27void __init omapfb_set_lcd_config(const struct omap_lcd_config *config);
28
91773a00 29#endif /* __OMAPFB_H */