]> Git Repo - linux.git/blob - include/linux/input/cy8ctmg110_pdata.h
selinux: Remove security_ops extern
[linux.git] / include / linux / input / cy8ctmg110_pdata.h
1 #ifndef _LINUX_CY8CTMG110_PDATA_H
2 #define _LINUX_CY8CTMG110_PDATA_H
3
4 struct cy8ctmg110_pdata
5 {
6         int reset_pin;          /* Reset pin is wired to this GPIO (optional) */
7         int irq_pin;            /* IRQ pin is wired to this GPIO */
8 };
9
10 #endif
This page took 0.034021 seconds and 4 git commands to generate.