X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fnet.h;h=57606855564f002f5b0d4e38c1df926a998e0a43;hb=9ddcfef6d425f373a20dc218d93c8039afd8a625;hp=65f51d77a555d3e7dce91ef769bf4ba7bbe564c2;hpb=3b52847a451a81001b578353e793d7d9739b69d6;p=u-boot diff --git a/include/net.h b/include/net.h index 65f51d77a5..5760685556 100644 --- a/include/net.h +++ b/include/net.h @@ -535,7 +535,7 @@ extern int net_restart_wrap; /* Tried all network devices */ enum proto_t { BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, - TFTPSRV, TFTPPUT, LINKLOCAL + TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT }; extern char net_boot_file_name[1024];/* Boot File name */