remove old etrax patches
[openwrt-10.03/.git] / target / linux / etrax / 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__ */