summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/BootKit/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/BootKit/Thread.h')
-rw-r--r--dev/ZBAKit/BootKit/Thread.h4
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