Kernel: Expose boot framebuffer device

This commit is contained in:
2025-10-27 17:28:17 +02:00
parent 37aef630d2
commit f519cb2cc0
2 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ namespace Kernel
{
public:
static BAN::ErrorOr<BAN::RefPtr<FramebufferDevice>> create_from_boot_framebuffer();
static BAN::RefPtr<FramebufferDevice> boot_framebuffer();
~FramebufferDevice();
uint32_t width() const { return m_width; }