License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / include / linux / platform_data / keypad-w90p910.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_ARCH_W90P910_KEYPAD_H
3 #define __ASM_ARCH_W90P910_KEYPAD_H
4
5 #include <linux/input/matrix_keypad.h>
6
7 extern void mfp_set_groupi(struct device *dev);
8
9 struct w90p910_keypad_platform_data {
10         const struct matrix_keymap_data *keymap_data;
11
12         unsigned int    prescale;
13         unsigned int    debounce;
14 };
15
16 #endif /* __ASM_ARCH_W90P910_KEYPAD_H */