Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:55:05 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/linux: hdmi.h
Log Message:
Stub hdmi structs
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/hdmi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/hdmi.h
diff -u src/sys/external/bsd/drm2/include/linux/hdmi.h:1.7 src/sys/external/bsd/drm2/include/linux/hdmi.h:1.8
--- src/sys/external/bsd/drm2/include/linux/hdmi.h:1.7 Sun Dec 19 00:55:09 2021
+++ src/sys/external/bsd/drm2/include/linux/hdmi.h Sun Dec 19 01:55:05 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: hdmi.h,v 1.7 2021/12/19 00:55:09 riastradh Exp $ */
+/* $NetBSD: hdmi.h,v 1.8 2021/12/19 01:55:05 riastradh Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -554,4 +554,7 @@ hdmi_infoframe_pack(union hdmi_infoframe
}
}
+struct hdr_sink_metadata {};
+struct hdmi_drm_infoframe {};
+
#endif /* _LINUX_HDMI_H_ */