blob: 5e0789bc4729ede8be468a565899d9e7a9172ec2 [file] [log] [blame]
Yong Yao105ca232008-12-29 03:59:59 -08001#ifndef __ASM_ARCH_PXA930_TRKBALL_H
2#define __ASM_ARCH_PXA930_TRKBALL_H
3
4struct pxa930_trkball_platform_data {
5 int x_filter;
6 int y_filter;
7};
8
9#endif /* __ASM_ARCH_PXA930_TRKBALL_H */
10