device property: Advertise fwnode and device property count API calls
[linux-block.git] / include / linux / mtd / nand-gpio.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
aaf7ea20
MR
2#ifndef __LINUX_MTD_NAND_GPIO_H
3#define __LINUX_MTD_NAND_GPIO_H
4
d4092d76 5#include <linux/mtd/rawnand.h>
aaf7ea20
MR
6
7struct gpio_nand_platdata {
aaf7ea20
MR
8 void (*adjust_parts)(struct gpio_nand_platdata *, size_t);
9 struct mtd_partition *parts;
10 unsigned int num_parts;
11 unsigned int options;
12 int chip_delay;
13};
14
15#endif