drm/rockchip: add DRM_RENDER_ALLOW
[firefly-linux-kernel-4.4.55.git] / include / linux / gt8110.h
1 /*
2  * Copyright (C) 2010 - 2011 Goodix, Inc.
3  * 
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  *
14  */
15
16 #ifndef         _LINUX_GOODIX_GT8110_TOUCH_H
17 #define         _LINUX_GOODIX_GT8110_TOUCH_H
18
19 struct goodix_8110_platform_data {
20         uint32_t version;       /* Use this entry for panels with */
21         int reset;
22         int irq_pin;
23         int power_control;
24         int mode_check_pin;
25         int (*hw_init) (void);
26         int (*hw_exit) (void);
27 };
28
29 #endif /* _LINUX_GOODIX_TOUCH_H */
30 \r