]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/staging/iio/resolver/ad2s1210.h
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-beck.git] / drivers / staging / iio / resolver / ad2s1210.h
1 /*
2  * ad2s1210.h plaform data for the ADI Resolver to Digital Converters:
3  * AD2S1210
4  *
5  * Copyright (c) 2010-2010 Analog Devices Inc.
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  */
11 #ifndef _AD2S1210_H
12 #define _AD2S1210_H
13
14 struct ad2s1210_platform_data {
15         unsigned int            sample;
16         unsigned int            a[2];
17         unsigned int            res[2];
18         bool                    gpioin;
19 };
20 #endif /* _AD2S1210_H */