Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * platform data for the Au1550 NAND driver
0004  */
0005 
0006 #ifndef _AU1550ND_H_
0007 #define _AU1550ND_H_
0008 
0009 #include <linux/mtd/partitions.h>
0010 
0011 struct au1550nd_platdata {
0012     struct mtd_partition *parts;
0013     int num_parts;
0014     int devwidth;   /* 0 = 8bit device, 1 = 16bit device */
0015 };
0016 
0017 #endif