| Michael Hennerich | 59c23ea | 2011-04-04 15:39:15 +0200 | [diff] [blame] | 1 | /* | 
| 2 | * AD5504 SPI DAC driver | ||||
| 3 | * | ||||
| 4 | * Copyright 2011 Analog Devices Inc. | ||||
| 5 | * | ||||
| 6 | * Licensed under the GPL-2. | ||||
| 7 | */ | ||||
| 8 | |||||
| 9 | #ifndef SPI_AD5504_H_ | ||||
| 10 | #define SPI_AD5504_H_ | ||||
| 11 | |||||
| Michael Hennerich | 59c23ea | 2011-04-04 15:39:15 +0200 | [diff] [blame] | 12 | struct ad5504_platform_data { | 
| 13 | u16 vref_mv; | ||||
| 14 | }; | ||||
| 15 | |||||
| Michael Hennerich | 59c23ea | 2011-04-04 15:39:15 +0200 | [diff] [blame] | 16 | #endif /* SPI_AD5504_H_ */ |