summaryrefslogtreecommitdiff
path: root/Kernel/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/CommandLine.h')
-rw-r--r--Kernel/CommandLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/CommandLine.h b/Kernel/CommandLine.h
index a007fdab36..f28b97a0de 100644
--- a/Kernel/CommandLine.h
+++ b/Kernel/CommandLine.h
@@ -45,6 +45,7 @@ class CommandLine {
public:
static void early_initialize(const char* cmd_line);
static void initialize();
+ static bool was_initialized();
enum class Validate {
Yes,