repo.or.cz
/
linux-2.6
/
linux-loongson.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: handle write_combine in pci_mmap_page_range
[linux-2.6/linux-loongson.git]
/
include
/
linux
/
rotary_encoder.h
blob
12d63a30c34736e3567321c2924c51999c9fa98e
1
#ifndef __ROTARY_ENCODER_H__
2
#define __ROTARY_ENCODER_H__
3
4
struct
rotary_encoder_platform_data
{
5
unsigned int
steps
;
6
unsigned int
axis
;
7
unsigned int
gpio_a
;
8
unsigned int
gpio_b
;
9
unsigned int
inverted_a
;
10
unsigned int
inverted_b
;
11
};
12
13
#endif
/* __ROTARY_ENCODER_H__ */