X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnand.h;h=3c0752ea12add98ca4c67e736b09434ea684fc78;hb=4b7a6dd89633d60dc4b58476d5ce48247f82a3ca;hp=23493f7e9841122d683d074445ecb98348ca17b4;hpb=d3c5e8b2f5945d93de8f23b053e9dcd033983245;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/nand.h b/include/nand.h index 23493f7..3c0752e 100644 --- a/include/nand.h +++ b/include/nand.h @@ -32,6 +32,7 @@ typedef struct mtd_info nand_info_t; extern int nand_curr_device; extern nand_info_t nand_info[]; +extern void nand_init(void); static inline int nand_read(nand_info_t *info, ulong ofs, ulong *len, u_char *buf) {