omap: blaze: add mmc5/wl1283 device support
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / omap4-keypad.h
CommitLineData
a17f7955
AA
1#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H
2#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H
3
4#include <linux/input/matrix_keypad.h>
5
6struct omap4_keypad_platform_data {
7 const struct matrix_keymap_data *keymap_data;
8
9 u8 rows;
10 u8 cols;
a17f7955
AA
11};
12
f3a1ba60 13extern int omap4_keyboard_init(struct omap4_keypad_platform_data *);
a17f7955 14#endif
This page took 0.078335 seconds and 5 git commands to generate.