aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rotary_encoder.h
blob: 12d63a30c34736e3567321c2924c51999c9fa98e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ROTARY_ENCODER_H__
#define __ROTARY_ENCODER_H__

struct rotary_encoder_platform_data {
	unsigned int steps;
	unsigned int axis;
	unsigned int gpio_a;
	unsigned int gpio_b;
	unsigned int inverted_a;
	unsigned int inverted_b;
};

#endif /* __ROTARY_ENCODER_H__ */