Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 021c91791a5e7e85c567452f1be3e4c2c6cb6063 authored by Linus Torvalds on 01 July 2018, 23:04:53 UTC
Linux 4.18-rc3
Tip revision: 021c917
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.
 */
#ifndef _AD2S1210_H
#define _AD2S1210_H

struct ad2s1210_platform_data {
	unsigned int		sample;
	unsigned int		a[2];
	unsigned int		res[2];
	bool			gpioin;
};
#endif /* _AD2S1210_H */
back to top