Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
au1550nd.h
Go to the documentation of this file.
1 /*
2  * platform data for the Au1550 NAND driver
3  */
4 
5 #ifndef _AU1550ND_H_
6 #define _AU1550ND_H_
7 
8 #include <linux/mtd/partitions.h>
9 
12  int num_parts;
13  int devwidth; /* 0 = 8bit device, 1 = 16bit device */
14 };
15 
16 #endif