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:
parent
b401f278ad
commit
9f0b5b04ff
3 changed files with 67 additions and 53 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue