repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
[linux-btrfs-devel.git]
/
drivers
/
staging
/
iio
/
light
/
tsl2563.h
blob
b97368bd7fffd2a4b284832a76d6590965fa1925
1
#ifndef __LINUX_TSL2563_H
2
#define __LINUX_TSL2563_H
3
4
struct
tsl2563_platform_data
{
5
int
cover_comp_gain
;
6
};
7
8
#endif
/* __LINUX_TSL2563_H */
9