diff options
Diffstat (limited to 'MdePkg/Include/Common')
-rw-r--r-- | MdePkg/Include/Common/BootScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Common/BootScript.h b/MdePkg/Include/Common/BootScript.h index 12bcc5b..0015988 100644 --- a/MdePkg/Include/Common/BootScript.h +++ b/MdePkg/Include/Common/BootScript.h @@ -171,6 +171,7 @@ typedef struct { UINT16 OpCode;
UINT8 Length;
EFI_PHYSICAL_ADDRESS EntryPoint;
+ EFI_PHYSICAL_ADDRESS Context;
} EFI_BOOT_SCRIPT_DISPATCH;
typedef struct {
|