Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d48b97b403d23f6df0b990cee652bdf9a52337a3 authored by Linus Torvalds on 06 May 2012, 22:07:32 UTC
Linux 3.4-rc6
Tip revision: d48b97b
ad2s1210.h
/*
 * ad2s1210.h plaform data for the ADI Resolver to Digital Converters:
 * AD2S1210
 *
 * Copyright (c) 2010-2010 Analog Devices Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

struct ad2s1210_platform_data {
	unsigned sample;
	unsigned a[2];
	unsigned res[2];
	bool gpioin;
};
back to top