]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - include/linux/mtd/mtdram.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.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__ */