arm64: dts: r8a7796: Enable HSCIF DMA
[linux-2.6/btrfs-unstable.git] / drivers / staging / iio / resolver / ad2s1210.h
blobe9b2147701fc216346e328e7a81c3b7158a04209
1 /*
2 * ad2s1210.h plaform data for the ADI Resolver to Digital Converters:
3 * AD2S1210
5 * Copyright (c) 2010-2010 Analog Devices Inc.
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.
11 #ifndef _AD2S1210_H
12 #define _AD2S1210_H
14 struct ad2s1210_platform_data {
15 unsigned int sample;
16 unsigned int a[2];
17 unsigned int res[2];
18 bool gpioin;
20 #endif /* _AD2S1210_H */