TianoCore EDK2 master
Loading...
Searching...
No Matches
HttpBootImpl.h
Go to the documentation of this file.
1
9#ifndef __EFI_HTTP_BOOT_IMPL_H__
10#define __EFI_HTTP_BOOT_IMPL_H__
11
12#define HTTP_BOOT_CHECK_MEDIA_WAITING_TIME EFI_TIMER_PERIOD_SECONDS(20)
13
14typedef enum {
15 GetBootFileHead,
16 GetBootFileGet,
17 LoadBootFile,
18 GetBootFileError
19} HTTP_GET_BOOT_FILE_STATE;
20
36 );
37
52 );
53
55
56#endif
EFI_HTTP_BOOT_CALLBACK_PROTOCOL gHttpBootDxeHttpBootCallback
Definition: HttpBootImpl.c:907
EFI_STATUS HttpBootDhcp(IN HTTP_BOOT_PRIVATE_DATA *Private)
Definition: HttpBootImpl.c:254
EFI_STATUS HttpBootStop(IN HTTP_BOOT_PRIVATE_DATA *Private)
Definition: HttpBootImpl.c:539
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29