diff options
Diffstat (limited to 'include/nand.h')
-rw-r--r-- | include/nand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h index 627b217..b6eb223 100644 --- a/include/nand.h +++ b/include/nand.h @@ -142,3 +142,6 @@ __attribute__((noreturn)) void nand_boot(void); int get_nand_env_oob(struct mtd_info *mtd, unsigned long *result); #endif int spl_nand_erase_one(int block, int page); + +/* platform specific init functions */ +void sunxi_nand_init(void); |