Release 4.17 include/linux/mtd/mtdram.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 33 | 94.29% | 1 | 33.33% |
Brian Norris | 1 | 2.86% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.86% | 1 | 33.33% |
Total | 35 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.