mtdram.h 218 B

123456789
  1. #ifndef __MTD_MTDRAM_H__
  2. #define __MTD_MTDRAM_H__
  3. #include <linux/mtd/mtd.h>
  4. int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
  5. unsigned long size, const char *name);
  6. #endif /* __MTD_MTDRAM_H__ */