Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 32b88194f71d6ae7768a29f87fbba454728273ee authored by Linus Torvalds on 25 October 2015, 01:39:47 UTC
Linux 4.3-rc7
Tip revision: 32b8819
mouse-pxa930_trkball.h
#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 */

back to top