Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/videomode Need <dev/videomode/videomode.h> for struc...
details: https://anonhg.NetBSD.org/src/rev/845eb751d15b
branches: trunk
changeset: 1028422:845eb751d15b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:01:01 2021 +0000
description:
Need <dev/videomode/videomode.h> for struct videomode.
diffstat:
sys/dev/videomode/edidvar.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 24ef10aab12b -r 845eb751d15b sys/dev/videomode/edidvar.h
--- a/sys/dev/videomode/edidvar.h Sun Dec 19 11:00:55 2021 +0000
+++ b/sys/dev/videomode/edidvar.h Sun Dec 19 11:01:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: edidvar.h,v 1.4 2021/12/19 11:00:55 riastradh Exp $ */
+/* $NetBSD: edidvar.h,v 1.5 2021/12/19 11:01:01 riastradh Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -34,6 +34,8 @@
#ifndef _DEV_VIDEOMODE_EDIDVAR_H
#define _DEV_VIDEOMODE_EDIDVAR_H
+#include <dev/videomode/videomode.h>
+
struct edid_chroma {
uint16_t ec_redx;
uint16_t ec_redy;
Home |
Main Index |
Thread Index |
Old Index