summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/GraphicsManagement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Graphics/GraphicsManagement.h')
-rw-r--r--Kernel/Graphics/GraphicsManagement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Graphics/GraphicsManagement.h b/Kernel/Graphics/GraphicsManagement.h
index 7ccb56dc09..bb99dcc2c8 100644
--- a/Kernel/Graphics/GraphicsManagement.h
+++ b/Kernel/Graphics/GraphicsManagement.h
@@ -47,6 +47,7 @@ public:
void activate_graphical_mode();
private:
+ bool determine_and_initialize_graphics_device(const PCI::Address& address, PCI::ID id);
NonnullRefPtrVector<GraphicsDevice> m_graphics_devices;
NonnullOwnPtr<Region> m_vga_font_region;
RefPtr<Graphics::Console> m_console;