OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #ifndef _RB91X_NAND_H_
2 #define _RB91X_NAND_H_
3  
4 #define RB91X_NAND_DRIVER_NAME "rb91x-nand"
5  
6 struct rb91x_nand_platform_data {
7 int gpio_nce; /* chip enable, active low */
8 int gpio_ale; /* address latch enable */
9 int gpio_cle; /* command latch enable */
10 int gpio_rdy;
11 int gpio_read;
12 int gpio_nrw; /* read/write enable, active low */
13 int gpio_nle; /* latch enable, active low */
14 };
15  
16 #endif /* _RB91X_NAND_H_ */