summaryrefslogtreecommitdiffstats
path: root/include/nand.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-06-22 10:34:12 +0200
committerStefan Roese <sr@denx.de>2007-06-22 10:34:12 +0200
commitd677b32855f577ae2690dcd64a172cdd706e0ffc (patch)
tree932980166202bb93baeaacb55800eb2cf808ff9d /include/nand.h
parente08e6453fced498b28950f36088c87c0b639a682 (diff)
downloadblackbird-obmc-uboot-d677b32855f577ae2690dcd64a172cdd706e0ffc.tar.gz
blackbird-obmc-uboot-d677b32855f577ae2690dcd64a172cdd706e0ffc.zip
[patch] add nand_init() prototype to nand.h
since nand_init() is expected to be called by other parts of u-boot, there should be a prototype for it in nand.h Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/nand.h')
-rw-r--r--include/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nand.h b/include/nand.h
index 23493f7e98..3c0752ea12 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)
{
OpenPOWER on IntegriCloud