]> Git Repo - J-linux.git/blob - include/linux/mtd/mtdram.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / mtd / mtdram.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MTD_MTDRAM_H__
3 #define __MTD_MTDRAM_H__
4
5 #include <linux/mtd/mtd.h>
6 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
7                         unsigned long size, const char *name);
8
9 #endif /* __MTD_MTDRAM_H__ */
This page took 0.026437 seconds and 4 git commands to generate.