[media] cec: update log_addr[] before finishing configuration
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / keypad-w90p910.h
blob556778e8ddaa3ce8b85be89c46aee4943593e517
1 #ifndef __ASM_ARCH_W90P910_KEYPAD_H
2 #define __ASM_ARCH_W90P910_KEYPAD_H
4 #include <linux/input/matrix_keypad.h>
6 extern void mfp_set_groupi(struct device *dev);
8 struct w90p910_keypad_platform_data {
9 const struct matrix_keymap_data *keymap_data;
11 unsigned int prescale;
12 unsigned int debounce;
15 #endif /* __ASM_ARCH_W90P910_KEYPAD_H */