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 v6.2-rc4 9 lines 257 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __MTD_MTDRAM_H__ 3#define __MTD_MTDRAM_H__ 4 5#include <linux/mtd/mtd.h> 6int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, 7 unsigned long size, const char *name); 8 9#endif /* __MTD_MTDRAM_H__ */