unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / include / linux / mtd / mtdram.h
blobee8f95643f9b9ae69c2a818c314c7986e755baac
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MTD_MTDRAM_H__
3 #define __MTD_MTDRAM_H__
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);
9 #endif /* __MTD_MTDRAM_H__ */