#ifndef __MTD_MTDRAM_H__ #define __MTD_MTDRAM_H__ #include <linux/mtd/mtd.h> int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, unsigned long size, const char *name); #endif /* __MTD_MTDRAM_H__ */Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| jesper nilsson | jesper nilsson | 33 | 97.06% | 1 | 50.00% |
| brian norris | brian norris | 1 | 2.94% | 1 | 50.00% |
| Total | 34 | 100.00% | 2 | 100.00% |