X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FHttpBootDxe%2FHttpBootImpl.h;h=53160359f3d8b3ac6b13f983b486db2054596a8b;hb=5397bd425eba0cd00c5f76c8d35f328ca625db0e;hp=a2e9f5a3281c3549dad228039cda80bae2990a74;hpb=d933e70a9761bf47941ac3d973cc5e7ee44da930;p=mirror_edk2.git diff --git a/NetworkPkg/HttpBootDxe/HttpBootImpl.h b/NetworkPkg/HttpBootDxe/HttpBootImpl.h index a2e9f5a328..53160359f3 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootImpl.h +++ b/NetworkPkg/HttpBootDxe/HttpBootImpl.h @@ -14,8 +14,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __EFI_HTTP_BOOT_IMPL_H__ #define __EFI_HTTP_BOOT_IMPL_H__ +#define HTTP_BOOT_CHECK_MEDIA_WAITING_TIME EFI_TIMER_PERIOD_SECONDS(20) + /** - Attempt to complete a DHCPv4 D.O.R.A sequence to retrieve the boot resource information. + Attempt to complete a DHCPv4 D.O.R.A or DHCPv6 S.R.A.A sequence to retrieve the boot resource information. @param[in] Private The pointer to the driver's private data. @@ -47,4 +49,6 @@ HttpBootStop ( IN HTTP_BOOT_PRIVATE_DATA *Private ); +extern EFI_HTTP_BOOT_CALLBACK_PROTOCOL gHttpBootDxeHttpBootCallback; + #endif