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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Userland/Libraries/LibEDID/EDID.h b/Userland/Libraries/LibEDID/EDID.h
index da966708cd..5cb1317164 100644
--- a/Userland/Libraries/LibEDID/EDID.h
+++ b/Userland/Libraries/LibEDID/EDID.h
@@ -83,6 +83,10 @@ public:
#endif
String legacy_manufacturer_id() const;
+#ifndef KERNEL
+ String manufacturer_name() const;
+#endif
+
u16 product_code() const;
u32 serial_number() const;