repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git]
/
include
/
linux
/
iio
/
dac
/
ad5504.h
blob
43895376a9cab080493b1984e5d5be28956c5da6
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
12
struct
ad5504_platform_data
{
13
u16 vref_mv
;
14
};
15
16
#endif
/* SPI_AD5504_H_ */