Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ad7266.h
Go to the documentation of this file.
1 /*
2  * AD7266/65 SPI ADC driver
3  *
4  * Copyright 2012 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2.
7  */
8 
9 #ifndef __IIO_ADC_AD7266_H__
10 #define __IIO_ADC_AD7266_H__
11 
22 };
23 
37 };
38 
50  bool fixed_addr;
51  unsigned int addr_gpios[3];
52 };
53 
54 #endif