diff options
Diffstat (limited to 'Kernel/TTY/ConsoleManagement.h')
-rw-r--r-- | Kernel/TTY/ConsoleManagement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/TTY/ConsoleManagement.h b/Kernel/TTY/ConsoleManagement.h index 7e466eb23d..e4f3869f05 100644 --- a/Kernel/TTY/ConsoleManagement.h +++ b/Kernel/TTY/ConsoleManagement.h @@ -20,6 +20,8 @@ class ConsoleManagement { public: ConsoleManagement(); + static constexpr unsigned s_max_virtual_consoles = 6; + static bool is_initialized(); static ConsoleManagement& the(); |