Blame view

include/linux/mtd/mtdram.h 218 Bytes
a66f66c44   Jesper Nilsson   [MTD] Provide mtd...
1
2
3
4
5
  #ifndef __MTD_MTDRAM_H__
  #define __MTD_MTDRAM_H__
  
  #include <linux/mtd/mtd.h>
  int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
0a8899b31   Brian Norris   mtd: mtdram: add ...
6
  			unsigned long size, const char *name);
a66f66c44   Jesper Nilsson   [MTD] Provide mtd...
7
8
  
  #endif /* __MTD_MTDRAM_H__ */