]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootImpl.h
BaseTools: resolve initialization order errors in VfrFormPkg.h
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootImpl.h
index a2e9f5a3281c3549dad228039cda80bae2990a74..53160359f3d8b3ac6b13f983b486db2054596a8b 100644 (file)
@@ -14,8 +14,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __EFI_HTTP_BOOT_IMPL_H__\r
 #define __EFI_HTTP_BOOT_IMPL_H__\r
 \r
+#define HTTP_BOOT_CHECK_MEDIA_WAITING_TIME          EFI_TIMER_PERIOD_SECONDS(20)\r
+\r
 /**\r
-  Attempt to complete a DHCPv4 D.O.R.A sequence to retrieve the boot resource information.\r
+  Attempt to complete a DHCPv4 D.O.R.A or DHCPv6 S.R.A.A sequence to retrieve the boot resource information.\r
 \r
   @param[in]    Private            The pointer to the driver's private data.\r
 \r
@@ -47,4 +49,6 @@ HttpBootStop (
   IN HTTP_BOOT_PRIVATE_DATA           *Private\r
   );\r
 \r
+extern EFI_HTTP_BOOT_CALLBACK_PROTOCOL  gHttpBootDxeHttpBootCallback;\r
+\r
 #endif\r