Module Name: src Committed By: riastradh Date: Sun Dec 19 01:55:53 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_modes.h Log Message: 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 <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm2/dist/include/drm/drm_modes.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/dist/include/drm/drm_modes.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.5 src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.6 --- src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h:1.5 Sat Dec 18 23:45:46 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drm_modes.h Sun Dec 19 01:55:52 2021 @@ -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