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
Linux 4.6-rc6
[cris-mirror.git]
/
include
/
linux
/
i2c
/
tc35876x.h
blob
cd6a51c71e7e4ef315925edf4083210db9990d84
1
2
#ifndef _TC35876X_H
3
#define _TC35876X_H
4
5
struct
tc35876x_platform_data
{
6
int
gpio_bridge_reset
;
7
int
gpio_panel_bl_en
;
8
int
gpio_panel_vadd
;
9
};
10
11
#endif
/* _TC35876X_H */