mtdram.h 257 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __MTD_MTDRAM_H__
  3. #define __MTD_MTDRAM_H__
  4. #include <linux/mtd/mtd.h>
  5. int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
  6. unsigned long size, const char *name);
  7. #endif /* __MTD_MTDRAM_H__ */