summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:15:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 10:57:41 +0200
commit8c17c465d6dec371a797d8f1b0e16332d31fac64 (patch)
tree9f6ec2be1b8a2525fe88fbf4bbfd5efc762c79b7 /include
parent35d180a0963131b2adf64f4ee8680142526eab2c (diff)
downloadbarebox-8c17c465d6dec371a797d8f1b0e16332d31fac64.tar.gz
barebox-8c17c465d6dec371a797d8f1b0e16332d31fac64.tar.xz
make netboot_common a global function
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h
index cdab158dde..b055730fc9 100644
--- a/include/net.h
+++ b/include/net.h
@@ -359,6 +359,8 @@ void print_IPaddr (IPaddr_t);
#define print_IPaddr(IPaddr_t);
#endif
+void netboot_update_env(void);
+
/*
* The following functions are a bit ugly, but necessary to deal with
* alignment restrictions on ARM.