diff options
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/Protocol.hxx | 8 |
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 |
