From c09e95332790fde876973069915f72231270b24b Mon Sep 17 00:00:00 2001 From: Jesper Nilsson Date: Tue, 6 Nov 2007 08:40:24 +0000 Subject: [PATCH] --- yaml --- r: 84196 b: refs/heads/master c: a66f66c44d53a4bab4b6b2903fd271f13ce4101b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/mtdram.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 trunk/include/linux/mtd/mtdram.h diff --git a/[refs] b/[refs] index 34eb027dde41..04ad487a5491 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 050416e93354158b025360387746fb7257d7ce07 +refs/heads/master: a66f66c44d53a4bab4b6b2903fd271f13ce4101b diff --git a/trunk/include/linux/mtd/mtdram.h b/trunk/include/linux/mtd/mtdram.h new file mode 100644 index 000000000000..04fdc07b7353 --- /dev/null +++ b/trunk/include/linux/mtd/mtdram.h @@ -0,0 +1,8 @@ +#ifndef __MTD_MTDRAM_H__ +#define __MTD_MTDRAM_H__ + +#include +int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, + unsigned long size, char *name); + +#endif /* __MTD_MTDRAM_H__ */