Blame view

kernel/linux-rt-4.4.41/include/linux/platform_data/mouse-pxa930_trkball.h 187 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  #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 */