projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
broadsheetfb: add multiple panel type support
[linux-2.6.git]
/
include
/
video
/
broadsheetfb.h
diff --git
a/include/video/broadsheetfb.h
b/include/video/broadsheetfb.h
index
a758534
..
a2c2829
100644
(file)
--- a/
include/video/broadsheetfb.h
+++ b/
include/video/broadsheetfb.h
@@
-41,6
+41,7
@@
struct broadsheetfb_par {
void (*write_reg)(struct broadsheetfb_par *, u16 reg, u16 val);
u16 (*read_reg)(struct broadsheetfb_par *, u16 reg);
wait_queue_head_t waitq;
+ int panel_index;
};
/* board specific routines */