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 Forward decl to minim...



details:   https://anonhg.NetBSD.org/src/rev/0b190b0434bc
branches:  trunk
changeset: 1027874:0b190b0434bc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:02:25 2021 +0000

description:
Forward decl to minimize patch.

diffstat:

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

diffs (17 lines):

diff -r c9e62c88c524 -r 0b190b0434bc sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h    Sun Dec 19 01:02:17 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h    Sun Dec 19 01:02:25 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_fb_helper.h,v 1.9 2021/12/18 23:45:45 riastradh Exp $      */
+/*     $NetBSD: drm_fb_helper.h,v 1.10 2021/12/19 01:02:25 riastradh Exp $     */
 
 /*
  * Copyright (c) 2006-2009 Red Hat Inc.
@@ -32,6 +32,7 @@
 #ifndef DRM_FB_HELPER_H
 #define DRM_FB_HELPER_H
 
+struct apertures_struct;
 struct drm_fb_helper;
 
 #include <drm/drm_client.h>



Home | Main Index | Thread Index | Old Index