repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
mips
/
include
/
asm
/
mach-au1x00
/
au1200fb.h
blob
b3c87cc64bb93a0b85d5759ff4baf89e4d618dd8
1
/*
2
* platform data for au1200fb driver.
3
*/
4
5
#ifndef _AU1200FB_PLAT_H_
6
#define _AU1200FB_PLAT_H_
7
8
struct
au1200fb_platdata
{
9
int
(*
panel_index
)(
void
);
10
int
(*
panel_init
)(
void
);
11
int
(*
panel_shutdown
)(
void
);
12
};
13
14
#endif