summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx/imx-nand.h
blob: 0e9d6510fa4b02d2fd8975ab41f3f12cd03951cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;
	};
#endif /* __ASM_ARCH_NAND_H */