summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx-nand.h
blob: 3fdd8bf3429354624b550234c829aa4ea0c9921c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASM_ARCH_NAND_H
#define __ASM_ARCH_NAND_H

#include <linux/mtd/mtd.h>

void imx_nand_load_image(void *dest, int size);

struct imx_nand_platform_data {
	int width;
	int hw_ecc:1;
	int flash_bbt:1;
};
#endif /* __ASM_ARCH_NAND_H */