mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
0e70156de4
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
9 lines
206 B
C
9 lines
206 B
C
#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H
|
|
#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H
|
|
|
|
struct omap_board_data;
|
|
|
|
extern int omap4_keyboard_init(struct omap4_keypad_platform_data *,
|
|
struct omap_board_data *);
|
|
#endif
|