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
commit 9f0b5b04ff
Notes: sideshowbarker 2024-07-17 11:17:31 +09:00
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>