Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2...
[linux-2.6-block.git] / include / linux / mtd / mtdram.h
CommitLineData
a66f66c4
JN
1#ifndef __MTD_MTDRAM_H__
2#define __MTD_MTDRAM_H__
3
4#include <linux/mtd/mtd.h>
5int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
0a382a74 6 unsigned long size, char *name);
a66f66c4
JN
7
8#endif /* __MTD_MTDRAM_H__ */