]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
TX6 Release 2013-04-22
[karo-tx-uboot.git] / include / net.h
index 970d4d1fab13df2c093062e1cf015625bb5db558..76c6d6605aaaa472829df04f4ef5a5bae3ce82b8 100644 (file)
@@ -437,7 +437,7 @@ extern int          NetRestartWrap;         /* Tried all network devices */
 
 enum proto_t {
        BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP,
-       TFTPSRV, TFTPPUT, LINKLOCAL
+       TFTPSRV, TFTPPUT, LINKLOCAL, BOOTME
 };
 
 /* from net/net.c */
@@ -573,6 +573,9 @@ static inline void eth_set_last_protocol(int protocol)
        net_loop_last_protocol = protocol;
 #endif
 }
+#ifdef CONFIG_CMD_BOOTCE
+void BootmeStart(void);
+#endif
 
 /*
  * Check if autoload is enabled. If so, use either NFS or TFTP to download