diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 10:19:17 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 10:19:17 +0100 |
| commit | dc008570233d0dbfac32eb87367b7e4a08302e32 (patch) | |
| tree | 37e3282f17e41297f35d0de9b8248120e3a4e855 /dev/ZBAKit/BootKit | |
| parent | 6ed8a39c1bd3083297b41e981a2bf4bdbe2abd1f (diff) | |
META: 10:00 AM bump.
Diffstat (limited to 'dev/ZBAKit/BootKit')
| -rw-r--r-- | dev/ZBAKit/BootKit/Thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
