Release 4.10 include/linux/mtd/mtdram.h
#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% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.