From dc008570233d0dbfac32eb87367b7e4a08302e32 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 21 Nov 2024 10:19:17 +0100 Subject: META: 10:00 AM bump. --- dev/ZBAKit/BootKit/Thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZBAKit/BootKit/Thread.h') diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h index e7c6763f..4517e600 100644 --- a/dev/ZBAKit/BootKit/Thread.h +++ b/dev/ZBAKit/BootKit/Thread.h @@ -29,7 +29,7 @@ namespace Boot BThread& operator=(const BThread&) = default; BThread(const BThread&) = default; - void Start(HEL::HANDOVER_INFO_HEADER* handover, BOOL is_own_stack); + void Start(HEL::BootInfoHeader* handover, BOOL is_own_stack); void SetName(const char* name); const char* GetName(); bool IsValid(); @@ -39,6 +39,6 @@ namespace Boot VoidPtr fStartAddress{nullptr}; VoidPtr fBlob{nullptr}; UInt8* fStack{nullptr}; - HEL::HANDOVER_INFO_HEADER* fHandover{nullptr}; + HEL::BootInfoHeader* fHandover{nullptr}; }; } // namespace Boot -- cgit v1.2.3