1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-07 21:31:32 +02:00
openwrt-xburst/target/linux/etrax/files/include/linux/mtd/mtdram.h

11 lines
275 B
C

#ifndef __MTD_MTDRAM_H__
#define __MTD_MTDRAM_H__
#ifdef __KERNEL__
#include <linux/mtd/mtd.h>
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
unsigned long size, char *name);
#endif /* __KERNEL__ */
#endif /* __MTD_MTDRAM_H__ */