repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
mouse-pxa930_trkball.h
blob
ba0ac7a30d8c09af17a4923c59a8ec7ae9a23a02
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_ARCH_PXA930_TRKBALL_H
3
#define __ASM_ARCH_PXA930_TRKBALL_H
4
5
struct
pxa930_trkball_platform_data
{
6
int
x_filter
;
7
int
y_filter
;
8
};
9
10
#endif
/* __ASM_ARCH_PXA930_TRKBALL_H */
11