/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * For boards with physically mapped flash and using * drivers/mtd/maps/physmap.c mapping driver. * * Copyright (C) 2003 MontaVista Software Inc. * Author: Jun Sun, [email protected] or [email protected] */ #ifndef __LINUX_MTD_PHYSMAP__ #define __LINUX_MTD_PHYSMAP__ #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> struct map_info; struct platform_device; struct physmap_flash_data { … }; #endif /* __LINUX_MTD_PHYSMAP__ */