summaryrefslogtreecommitdiffhomepage
path: root/Private/FirmwareKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/FirmwareKit')
-rw-r--r--Private/FirmwareKit/Handover.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/FirmwareKit/Handover.hxx b/Private/FirmwareKit/Handover.hxx
index 03242c04..46a860ec 100644
--- a/Private/FirmwareKit/Handover.hxx
+++ b/Private/FirmwareKit/Handover.hxx
@@ -22,6 +22,7 @@
/* useful macros */
#define kHandoverMagic 0xBADCC
+#define kHandoverVersion 0x1011
#define kHandoverStructSz sizeof(HEL::HandoverHeader)
@@ -59,7 +60,6 @@ typedef struct HandoverHeader final {
struct HandoverInformationHeader {
UInt64 f_Magic;
UInt64 f_Version;
- UInt64 f_Bootloader;
voidPtr f_VirtualStart;
SizeT f_VirtualSize;