#ifndef __ASM_ARCH_NAND_H #define __ASM_ARCH_NAND_H #include void imx_nand_load_image(void *dest, int size); struct imx_nand_platform_data { int width; int hw_ecc; }; #endif /* __ASM_ARCH_NAND_H */