![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __LINUX_MTD_NAND_GPIO_H 0003 #define __LINUX_MTD_NAND_GPIO_H 0004 0005 #include <linux/mtd/rawnand.h> 0006 0007 struct gpio_nand_platdata { 0008 void (*adjust_parts)(struct gpio_nand_platdata *, size_t); 0009 struct mtd_partition *parts; 0010 unsigned int num_parts; 0011 unsigned int options; 0012 int chip_delay; 0013 }; 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |