-
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: 84196 b: refs/heads/master c: a66f66c h: refs/heads/master v: v3
- Loading branch information
Jesper Nilsson
authored and
David Woodhouse
committed
Nov 6, 2007
1 parent
9f4a5ea
commit c09e953
Showing
2 changed files
with
9 additions
and
1 deletion.
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: 050416e93354158b025360387746fb7257d7ce07 | ||
refs/heads/master: a66f66c44d53a4bab4b6b2903fd271f13ce4101b |
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,8 @@ | ||
#ifndef __MTD_MTDRAM_H__ | ||
#define __MTD_MTDRAM_H__ | ||
|
||
#include <linux/mtd/mtd.h> | ||
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, | ||
unsigned long size, char *name); | ||
|
||
#endif /* __MTD_MTDRAM_H__ */ |