400cb240c8a2d8cc4470691eb75382a65f140ef9
[openwrt-10.03/.git] / target / linux / etrax-2.6 / files / include / linux / mtd / mtdram.h
1 #ifndef __MTD_MTDRAM_H__
2 #define __MTD_MTDRAM_H__
3
4 #ifdef __KERNEL__
5 #include <linux/mtd/mtd.h>
6 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, 
7                        unsigned long size, char *name);
8
9 #endif /* __KERNEL__ */
10 #endif /* __MTD_MTDRAM_H__ */