summaryrefslogtreecommitdiffhomepage
path: root/Private/FirmwareKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/FirmwareKit')
-rw-r--r--Private/FirmwareKit/Handover.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Private/FirmwareKit/Handover.hxx b/Private/FirmwareKit/Handover.hxx
index afec440d..da9a3bbf 100644
--- a/Private/FirmwareKit/Handover.hxx
+++ b/Private/FirmwareKit/Handover.hxx
@@ -25,6 +25,7 @@
#define kHandoverVersion 0x1011
#define kHandoverStructSz sizeof(HEL::HandoverHeader)
+#define kHandoverHeapStart (0xfffffff80000000)
namespace NewOS::HEL {
/**
@@ -81,6 +82,8 @@ struct HandoverInformationHeader {
UInt64 f_FirmwareSpecific[8];
};
+enum { kHandoverSpecificKind, kHandoverSpecificAttrib, };
+
/// @brief Bootloader main type.
typedef void (*BootMainKind)(NewOS::HEL::HandoverInformationHeader* handoverInfo);