Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / mips / include / asm / mach-au1x00 / au1550nd.h
blobad4c0a03afefbf9d8b01a085748bbeb8bbfffacf
1 /*
2 * platform data for the Au1550 NAND driver
3 */
5 #ifndef _AU1550ND_H_
6 #define _AU1550ND_H_
8 #include <linux/mtd/partitions.h>
10 struct au1550nd_platdata {
11 struct mtd_partition *parts;
12 int num_parts;
13 int devwidth; /* 0 = 8bit device, 1 = 16bit device */
16 #endif