aboutsummaryrefslogtreecommitdiff
path: root/include/net.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-15 08:59:12 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-15 17:16:52 -0500
commit13dfe94379f3899e0e8806d7e3654815e194a463 (patch)
treef09e4453eba13e05f83436d6a47e921a10c2a745 /include/net.h
parent6c3234a3434c959be58621b987aa0c760d8aab32 (diff)
net: cosmetic: tftp.* checkpatch compliance
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h
index 3dbe1544a..92afc1903 100644
--- a/include/net.h
+++ b/include/net.h
@@ -396,6 +396,10 @@ extern IPaddr_t NetNtpServerIP; /* the ip address to NTP */
extern int NetTimeOffset; /* offset time from UTC */
#endif
+#if defined(CONFIG_MCAST_TFTP)
+extern IPaddr_t Mcast_addr;
+#endif
+
/* Initialize the network adapter */
extern int NetLoop(enum proto_t);