M7350/kernel/arch/arm/plat-omap/include/plat/omap4-keypad.h
2024-09-09 08:52:07 +00:00

7 lines
181 B
C

#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H
#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H
extern int omap4_keyboard_init(struct omap4_keypad_platform_data *,
struct omap_board_data *);
#endif