mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
105ca2398f
Signed-off-by: Yong Yao <yaoyong@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
11 lines
187 B
C
11 lines
187 B
C
#ifndef __ASM_ARCH_PXA930_TRKBALL_H
|
|
#define __ASM_ARCH_PXA930_TRKBALL_H
|
|
|
|
struct pxa930_trkball_platform_data {
|
|
int x_filter;
|
|
int y_filter;
|
|
};
|
|
|
|
#endif /* __ASM_ARCH_PXA930_TRKBALL_H */
|
|
|