-
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: 68458 b: refs/heads/master c: 356d70f h: refs/heads/master v: v3
- Loading branch information
Ben Dooks
authored and
David Woodhouse
committed
Jun 28, 2007
1 parent
57fa260
commit 1a4a719
Showing
4 changed files
with
16 additions
and
4 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: 029a9eb1f667ca71fe7eb3bf8962f01ac4d252a5 | ||
refs/heads/master: 356d70f19d949a11320ab626037b2d197a8e8b51 |
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,11 @@ | ||
/* linux/drivers/mtd/mtdcore.h | ||
* | ||
* Header file for driver private mtdcore exports | ||
* | ||
*/ | ||
|
||
/* These are exported solely for the purpose of mtd_blkdevs.c. You | ||
should not use them for _anything_ else */ | ||
|
||
extern struct mutex mtd_table_mutex; | ||
extern struct mtd_info *mtd_table[MAX_MTD_DEVICES]; |