]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blob - arch/arm/plat-omap/include/plat/omap4-keypad.h
arm:omap:am33xx: Basic cpuidle support
[sitara-epos/sitara-epos-kernel.git] / arch / arm / plat-omap / include / plat / omap4-keypad.h
1 #ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H
2 #define ARCH_ARM_PLAT_OMAP4_KEYPAD_H
4 #include <linux/input/matrix_keypad.h>
6 struct omap4_keypad_platform_data {
7         const struct matrix_keymap_data *keymap_data;
9         u8 rows;
10         u8 cols;
11 };
13 extern int omap4_keyboard_init(struct omap4_keypad_platform_data *,
14                                 struct omap_board_data *);
15 #endif