]> git.wh0rd.org - patches.git/blame - u-boot-nand.patch
initial import
[patches.git] / u-boot-nand.patch
CommitLineData
5e993f12 1diff --git a/include/nand.h b/include/nand.h
2index 23493f7..3c0752e 100644
3--- a/include/nand.h
4+++ b/include/nand.h
5@@ -32,6 +32,7 @@ typedef struct mtd_info nand_info_t;
6
7 extern int nand_curr_device;
8 extern nand_info_t nand_info[];
9+extern void nand_init(void);
10
11 static inline int nand_read(nand_info_t *info, ulong ofs, ulong *len, u_char *buf)
12 {