summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewBoot')
-rw-r--r--Private/NewBoot/BootKit/Protocol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/NewBoot/BootKit/Protocol.hxx b/Private/NewBoot/BootKit/Protocol.hxx
index 7e292c7d..b33ab32e 100644
--- a/Private/NewBoot/BootKit/Protocol.hxx
+++ b/Private/NewBoot/BootKit/Protocol.hxx
@@ -17,10 +17,10 @@ using namespace hCore;
struct HandoverHeader final
{
- Int32 magic;
- Int32 type;
- Int32 arch;
- // WIP
+ Int32 targetMagic;
+ Int32 targetType;
+ Int32 targetArch;
+ UIntPtr protocolHeaderTable;
};
} // namespace HEL