aboutsummaryrefslogtreecommitdiff
path: root/EfiGuardDxe/EfiGuardDxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'EfiGuardDxe/EfiGuardDxe.h')
-rw-r--r--EfiGuardDxe/EfiGuardDxe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/EfiGuardDxe/EfiGuardDxe.h b/EfiGuardDxe/EfiGuardDxe.h
index 249ed8c..5d87513 100644
--- a/EfiGuardDxe/EfiGuardDxe.h
+++ b/EfiGuardDxe/EfiGuardDxe.h
@@ -203,7 +203,8 @@ typedef struct _KERNEL_PATCH_INFORMATION
EFI_STATUS Status;
UINTN BufferSize; // In bytes, excluding null terminator. This may be 0. The maximum buffer size is simply sizeof(Buffer).
CHAR16 Buffer[8192]; // 8K ought to be enough for everyone
- UINT32 BuildNumber; // Used to determine whether the loader block provided by winload.efi will be for Vista (or older) kernels
+ UINT32 WinloadBuildNumber; // Used to determine whether the loader block provided by winload.efi will be for Vista (or older) kernels
+ UINT32 KernelBuildNumber; // Used to determine whether an error message should be shown
VOID* KernelBase;
} KERNEL_PATCH_INFORMATION;