1
Fork 0
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:
Liav A 2022-03-27 17:49:38 +03:00 committed by Andreas Kling
parent 9f0b5b04ff
commit 3a3700f95e
3 changed files with 163 additions and 149 deletions

View file

@ -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