1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Kernel/Graphics: Export Bochs definitions to a header file

These definitions will be used later when applying the DisplayConnector
design on the Bochs driver.
This commit is contained in:
Liav A 2022-04-29 14:29:40 +03:00 committed by Andreas Kling
parent b401f278ad
commit 9f0b5b04ff
3 changed files with 67 additions and 53 deletions

View file

@ -8,6 +8,7 @@
#include <AK/Types.h>
#include <Kernel/Bus/PCI/Device.h>
#include <Kernel/Graphics/Bochs/Definitions.h>
#include <Kernel/Graphics/Console/GenericFramebufferConsole.h>
#include <Kernel/Graphics/FramebufferDevice.h>
#include <Kernel/Graphics/GenericGraphicsAdapter.h>