Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/media Add cec-notifier.h from ...
details: https://anonhg.NetBSD.org/src/rev/7df7735fce70
branches: trunk
changeset: 1028688:7df7735fce70
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:46:11 2021 +0000
description:
Add cec-notifier.h from openbsd, but with while {} and using variables
Author: Maya Rashish <maya%NetBSD.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/media/cec-notifier.h | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r 121d5d58b8cd -r 7df7735fce70 sys/external/bsd/drm2/include/media/cec-notifier.h
--- a/sys/external/bsd/drm2/include/media/cec-notifier.h Sun Dec 19 11:46:00 2021 +0000
+++ b/sys/external/bsd/drm2/include/media/cec-notifier.h Sun Dec 19 11:46:11 2021 +0000
@@ -0,0 +1,17 @@
+/* Public domain. */
+
+#ifndef _MEDIA_CEC_NOTIFIER_H
+#define _MEDIA_CEC_NOTIFIER_H
+
+struct cec_connector_info {
+};
+
+#define cec_notifier_set_phys_addr_from_edid(x, y) do { __USE(x); __USE(y); } while(0)
+#define cec_notifier_phys_addr_invalidate(x) do { __USE(x); } while(0)
+#define cec_notifier_put(x) do { __USE(x); } while(0)
+#define cec_notifier_get_conn(x, y) NULL
+#define cec_fill_conn_info_from_drm(x, y) do { __USE(x); __USE(y); } while(0)
+#define cec_notifier_conn_register(x, y, z) (void *)1
+#define cec_notifier_conn_unregister(x) do { __USE(x); } while(0)
+
+#endif
Home |
Main Index |
Thread Index |
Old Index