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
12struct ad2s1210_platform_data {
13	unsigned sample;
14	unsigned a[2];
15	unsigned res[2];
16	bool gpioin;
17};
18