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 14struct ad2s1210_platform_data { 15 unsigned sample; 16 unsigned a[2]; 17 unsigned res[2]; 18 bool gpioin; 19}; 20#endif /* _AD2S1210_H */ 21