staging: brcm80211: decreased indentation level of brcms_c_wme_setparams function
[zen-stable.git] / arch / arm / plat-omap / include / plat / omap4-keypad.h
blob9fe6c8783236e755c5e48194c3185e8a2b357a06
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;
13 extern int omap4_keyboard_init(struct omap4_keypad_platform_data *,
14 struct omap_board_data *);
15 #endif