You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|
|
|