]> git.sur5r.net Git - u-boot/blobdiff - include/net.h
omap3: bug fix for NOR boot support
[u-boot] / include / net.h
index 88a951357168b0e57c05447bc1fb12a517e73560..4a03717ae9bcd99efe80e75956e1905e1c0b0c74 100644 (file)
@@ -361,6 +361,11 @@ typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP
 /* from net/net.c */
 extern char    BootFile[128];                  /* Boot File name               */
 
+#if defined(CONFIG_CMD_DNS)
+extern char *NetDNSResolve;            /* The host to resolve  */
+extern char *NetDNSenvvar;             /* the env var to put the ip into */
+#endif
+
 #if defined(CONFIG_CMD_PING)
 extern IPaddr_t        NetPingIP;                      /* the ip address to ping               */
 #endif