mouse-pxa930_trkball.h 187 B

12345678910
  1. #ifndef __ASM_ARCH_PXA930_TRKBALL_H
  2. #define __ASM_ARCH_PXA930_TRKBALL_H
  3. struct pxa930_trkball_platform_data {
  4. int x_filter;
  5. int y_filter;
  6. };
  7. #endif /* __ASM_ARCH_PXA930_TRKBALL_H */