Linux 6.14-rc1
[linux-stable.git] / drivers / mtd / parsers / ofpart_bcm4908.h
blob80f8c086641fb0cc6dbcbecc22352067fa66c5bf
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __BCM4908_PARTITIONS_H
3 #define __BCM4908_PARTITIONS_H
5 #ifdef CONFIG_MTD_OF_PARTS_BCM4908
6 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts);
7 #else
8 static inline int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts,
9 int nr_parts)
11 return -EOPNOTSUPP;
13 #endif
15 #endif