summaryrefslogtreecommitdiff
path: root/arch/arm/mach-w90x900/include/mach/w90p910_keypad.h
blob: 79462faaa1890c24e7085ebca72fb8076f42cb16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __ASM_ARCH_W90P910_KEYPAD_H
#define __ASM_ARCH_W90P910_KEYPAD_H

#include <linux/input/matrix_keypad.h>

extern void mfp_set_groupi(struct device *dev);

struct w90p910_keypad_platform_data {

	unsigned int	prescale;
	unsigned int	debounce;
	unsigned int	matrix_key_rows;
	unsigned int	matrix_key_cols;
	unsigned int	*matrix_key_map;
	int		matrix_key_map_size;
};

#endif /* __ASM_ARCH_W90P910_KEYPAD_H */