]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / include / net.h
index 18d279ebe737da5ac87cf891d509b44efb1ece94..0dd721604fd3d6f4eb70bf2c866c7895ecb76ef9 100644 (file)
@@ -420,7 +420,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 */
@@ -556,6 +556,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