blob: 98f71908212d2fb84527703846a80be36b95dcbf [file] [log] [blame]
Mike Rapoportaaf7ea22008-10-15 08:38:49 +02001#ifndef __LINUX_MTD_NAND_GPIO_H
2#define __LINUX_MTD_NAND_GPIO_H
3
Boris Brezillond4092d72017-08-04 17:29:10 +02004#include <linux/mtd/rawnand.h>
Mike Rapoportaaf7ea22008-10-15 08:38:49 +02005
6struct gpio_nand_platdata {
Mike Rapoportaaf7ea22008-10-15 08:38:49 +02007 void (*adjust_parts)(struct gpio_nand_platdata *, size_t);
8 struct mtd_partition *parts;
9 unsigned int num_parts;
10 unsigned int options;
11 int chip_delay;
12};
13
14#endif