summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/ProgramLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Boot/BootKit/ProgramLoader.hxx')
-rw-r--r--Boot/BootKit/ProgramLoader.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Boot/BootKit/ProgramLoader.hxx b/Boot/BootKit/ProgramLoader.hxx
index 90f8996f..09fff89b 100644
--- a/Boot/BootKit/ProgramLoader.hxx
+++ b/Boot/BootKit/ProgramLoader.hxx
@@ -32,6 +32,7 @@ namespace Boot
void Start(HEL::HandoverInformationHeader* handover);
const char* GetName();
void SetName(const char* name);
+ bool IsValid();
private:
Char fBlobName[255];