-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manuel Lauss
authored and
Ralf Baechle
committed
Dec 7, 2011
1 parent
3f38183
commit af817eb
Showing
6 changed files
with
214 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7c4b24da07d99b5473de7cc7ba3f67d85b889bc0 | ||
refs/heads/master: a9b71a8f0f42efe1a21154667ca02305c950d30a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* platform data for au1200fb driver. | ||
*/ | ||
|
||
#ifndef _AU1200FB_PLAT_H_ | ||
#define _AU1200FB_PLAT_H_ | ||
|
||
struct au1200fb_platdata { | ||
int (*panel_index)(void); | ||
int (*panel_init)(void); | ||
int (*panel_shutdown)(void); | ||
}; | ||
|
||
#endif |
Oops, something went wrong.