]> Git Repo - linux.git/blob - include/linux/platform_data/tc35876x.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / include / linux / platform_data / tc35876x.h
1
2 #ifndef _TC35876X_H
3 #define _TC35876X_H
4
5 struct tc35876x_platform_data {
6         int gpio_bridge_reset;
7         int gpio_panel_bl_en;
8         int gpio_panel_vadd;
9 };
10
11 #endif /* _TC35876X_H */
This page took 0.034181 seconds and 4 git commands to generate.