summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibEDID/EDID.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibEDID/EDID.h')
-rw-r--r--Userland/Libraries/LibEDID/EDID.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Userland/Libraries/LibEDID/EDID.h b/Userland/Libraries/LibEDID/EDID.h
index 82aced81fe..da966708cd 100644
--- a/Userland/Libraries/LibEDID/EDID.h
+++ b/Userland/Libraries/LibEDID/EDID.h
@@ -77,6 +77,11 @@ public:
static ErrorOr<Parser> from_bytes(ReadonlyBytes);
static ErrorOr<Parser> from_bytes(ByteBuffer&&);
+#ifndef KERNEL
+ static ErrorOr<Parser> from_framebuffer_device(int, size_t);
+ static ErrorOr<Parser> from_framebuffer_device(String const&, size_t);
+#endif
+
String legacy_manufacturer_id() const;
u16 product_code() const;
u32 serial_number() const;