]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDxe.h
MdeModulePkg/BootLogoLib: Use Boot Logo 2 Protocol
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.h
index 4632ee2c8dd30b3957ec1548c52331e6b249f022..166bc458f19007937b63e1e29a7b0b24cc94b55b 100644 (file)
@@ -58,6 +58,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/Ip4Config2.h>\r
 #include <Protocol/Ip6Config.h>\r
 #include <Protocol/RamDisk.h>\r
+#include <Protocol/AdapterInformation.h>\r
+\r
 //\r
 // Produced Protocols\r
 //\r
@@ -202,6 +204,8 @@ struct _HTTP_BOOT_PRIVATE_DATA {
   EFI_IP_ADDRESS                            GatewayIp;\r
   EFI_IP_ADDRESS                            ServerIp;\r
   UINT16                                    Port;\r
+  UINT32                                    DnsServerCount;\r
+  EFI_IP_ADDRESS                            *DnsServerIp;\r
 \r
   //\r
   // The URI string attempt to download through HTTP, may point to\r