oleavr-rgl-a500-mini-linux-.../include/linux/platform_data/mouse-pxa930_trkball.h

11 lines
187 B
C
Raw Normal View History

2022-05-07 01:01:45 +02: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 */