#ifndef __ASM_ARCH_PXA3XX_NAND_H#define __ASM_ARCH_PXA3XX_NAND_H#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>structpxa3xx_nand_platform_data{/* the data flash bus is shared between the Static Memory * Controller and the Data Flash Controller, the arbiter * controls the ownership of the bus */intenable_arbiter;structmtd_partition*parts;unsignedintnr_parts;};