Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nand-gpio.h
Go to the documentation of this file.
1 #ifndef __LINUX_MTD_NAND_GPIO_H
2 #define __LINUX_MTD_NAND_GPIO_H
3 
4 #include <linux/mtd/nand.h>
5 
7  int gpio_nce;
8  int gpio_nwp;
9  int gpio_cle;
10  int gpio_ale;
11  int gpio_rdy;
14  unsigned int num_parts;
15  unsigned int options;
17 };
18 
19 #endif