tegrakernel/kernel/kernel-4.9/include/linux/platform_data/mouse-pxa930_trkball.h

11 lines
187 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#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 */