mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibEDID: Export common structures into a header file
This will be used later in the kernel code to simplify the EDID handling code.
This commit is contained in:
parent
9f0b5b04ff
commit
3a3700f95e
3 changed files with 163 additions and 149 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <AK/Span.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibEDID/DMT.h>
|
||||
#include <LibEDID/Definitions.h>
|
||||
#include <LibEDID/VIC.h>
|
||||
|
||||
#ifdef KERNEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue