]> git.ipfire.org Git - thirdparty/linux.git/blame - include/linux/input/cy8ctmg110_pdata.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / include / linux / input / cy8ctmg110_pdata.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
60347c19
SK
2#ifndef _LINUX_CY8CTMG110_PDATA_H
3#define _LINUX_CY8CTMG110_PDATA_H
4
5struct cy8ctmg110_pdata
6{
7 int reset_pin; /* Reset pin is wired to this GPIO (optional) */
8 int irq_pin; /* IRQ pin is wired to this GPIO */
9};
10
11#endif