mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
0e70156de4
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
8 lines
206 B
C
8 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
|