Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc4 8 lines 218 B view raw
1#ifndef __MTD_MTDRAM_H__ 2#define __MTD_MTDRAM_H__ 3 4#include <linux/mtd/mtd.h> 5int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, 6 unsigned long size, const char *name); 7 8#endif /* __MTD_MTDRAM_H__ */