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/dist/include/drm Provide a forward dec...



details:   https://anonhg.NetBSD.org/src/rev/0f463d264994
branches:  trunk
changeset: 1028124:0f463d264994
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:55:52 2021 +0000

description:
Provide a forward declaration for a struct.

It's used in some function declarations here, easier than figuring
out where it belongs.

we don't have a definition of this, might need it later.


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_modes.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c46a6b9f7ead -r 0f463d264994 sys/external/bsd/drm2/dist/include/drm/drm_modes.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_modes.h        Sun Dec 19 01:55:45 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_modes.h        Sun Dec 19 01:55:52 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_modes.h,v 1.5 2021/12/18 23:45:46 riastradh Exp $  */
+/*     $NetBSD: drm_modes.h,v 1.6 2021/12/19 01:55:52 riastradh Exp $  */
 
 /*
  * Copyright © 2006 Keith Packard
@@ -35,6 +35,7 @@
 #include <drm/drm_connector.h>
 
 struct videomode;
+struct device_node;
 
 /*
  * Note on terminology:  here, for brevity and convenience, we refer to connector



Home | Main Index | Thread Index | Old Index