-
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.
yaml --- r: 216946 b: refs/heads/master c: b0a330d h: refs/heads/master v: v3
- Loading branch information
Manjunath Kondaiah G
authored and
Tony Lindgren
committed
Oct 8, 2010
1 parent
1eda75f
commit e517932
Showing
10 changed files
with
43 additions
and
21 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: 600ecd9874d56d310a597b1e0a3936f195c83022 | ||
refs/heads/master: b0a330dc5eff6b27cce3b7b5dbea9379d969f73e |
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,7 @@ | ||
|
||
#ifndef __MACH_OMAP2_IO_H__ | ||
#define __MACH_OMAP2_IO_H__ | ||
|
||
extern int __init omap_sram_init(void); | ||
|
||
#endif /* __MACH_OMAP2_IO_H__ */ |
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,10 @@ | ||
#ifndef __PLAT_OMAP_FB_H__ | ||
#define __PLAT_OMAP_FB_H__ | ||
|
||
extern unsigned long omapfb_reserve_sram(unsigned long sram_pstart, | ||
unsigned long sram_vstart, | ||
unsigned long sram_size, | ||
unsigned long pstart_avail, | ||
unsigned long size_avail); | ||
|
||
#endif /* __PLAT_OMAP_FB_H__ */ |
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,6 @@ | ||
#ifndef __PLAT_OMAP_SRAM_H__ | ||
#define __PLAT_OMAP_SRAM_H__ | ||
|
||
extern int __init omap_sram_init(void); | ||
|
||
#endif /* __PLAT_OMAP_SRAM_H__ */ |