2022-03-05 16:17:59 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2021-10-27 13:46:41 +00: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 */
|
|
|
|
|