Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / include / linux / mtd / nand-gpio.h
blob7ab51bc4a380e281b6d27ed875ab537bd627f423
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_MTD_NAND_GPIO_H
3 #define __LINUX_MTD_NAND_GPIO_H
5 #include <linux/mtd/rawnand.h>
7 struct gpio_nand_platdata {
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;
15 #endif