]> Git Repo - J-linux.git/blob - drivers/mtd/maps/physmap-versatile.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / mtd / maps / physmap-versatile.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/of.h>
3 #include <linux/mtd/map.h>
4
5 #ifdef CONFIG_MTD_PHYSMAP_VERSATILE
6 int of_flash_probe_versatile(struct platform_device *pdev,
7                              struct device_node *np,
8                              struct map_info *map);
9 #else
10 static inline
11 int of_flash_probe_versatile(struct platform_device *pdev,
12                              struct device_node *np,
13                              struct map_info *map)
14 {
15         return 0;
16 }
17 #endif
This page took 0.024996 seconds and 4 git commands to generate.