mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|