Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / input / cy8ctmg110_pdata.h
blob77582ae1745a46f0e6036a7a6be48e9733b76af8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_CY8CTMG110_PDATA_H
3 #define _LINUX_CY8CTMG110_PDATA_H
5 struct cy8ctmg110_pdata
7 int reset_pin; /* Reset pin is wired to this GPIO (optional) */
8 int irq_pin; /* IRQ pin is wired to this GPIO */
9 };
11 #endif