Module Name: src Committed By: riastradh Date: Sun Dec 19 01:02:25 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_fb_helper.h Log Message: Forward decl to minimize patch. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.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_fb_helper.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.9 src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.10 --- src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h:1.9 Sat Dec 18 23:45:45 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drm_fb_helper.h Sun Dec 19 01:02:25 2021 @@ -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>