serenity/Userland/Libraries/LibEDID
Liav A 50429d3b22 LibC+Kernel: Move GPU-related API methods to a LibC header file
The Kernel/API directory in general shouldn't include userspace code,
but structure definitions that both are shared between the Kernel and
userspace.

All users of the ioctl API obviously use LibC so LibC is the most common
and shared library for the affected programs.
2023-09-15 11:05:25 -06:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
Definitions.h Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
DMT.cpp AK: Change standard casting method of FixedPoint to truncation 2023-08-14 14:20:45 -06:00
DMT.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EDID.cpp LibC+Kernel: Move GPU-related API methods to a LibC header file 2023-09-15 11:05:25 -06:00
EDID.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
VIC.cpp LibEDID: Store EDID version instead of allocating on each getter call 2022-02-16 22:21:37 +01:00
VIC.h