Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-block.git] / include / linux / mtd / mtdram.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a66f66c4
JN
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,
0a8899b3 7 unsigned long size, const char *name);
a66f66c4
JN
8
9#endif /* __MTD_MTDRAM_H__ */