mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
12 lines
226 B
C
12 lines
226 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#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 */
|
|
|