/* *fcr-nand.h */ #ifndef _FCR_NAND_H #define _FCR_NAND_H #include #include #include #include static void fcr_soc_hwcontrol(struct mtd_info *mtd, int dat, unsigned int ctrl); int fcr_soc_foryaffs_init(struct mtd_info *mtd); int fcr_soc_nand_init(void); #endif