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 declaration o...



details:   https://anonhg.NetBSD.org/src/rev/62d22421a2c1
branches:  trunk
changeset: 1028176:62d22421a2c1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:45:34 2021 +0000

description:
forward declaration of xarray instead of figuring out how it's side-loaded


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

diffstat:

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

diffs (17 lines):

diff -r 000b515a7f96 -r 62d22421a2c1 sys/external/bsd/drm2/dist/include/drm/drm_gem.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_gem.h  Sun Dec 19 09:45:25 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_gem.h  Sun Dec 19 09:45:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_gem.h,v 1.8 2021/12/19 01:54:35 riastradh Exp $    */
+/*     $NetBSD: drm_gem.h,v 1.9 2021/12/19 09:45:34 riastradh Exp $    */
 
 #ifndef __DRM_GEM_H__
 #define __DRM_GEM_H__
@@ -47,6 +47,7 @@
 #include <drm/drm_vma_manager.h>
 
 struct drm_gem_object;
+struct xarray;
 
 /**
  * struct drm_gem_object_funcs - GEM object functions



Home | Main Index | Thread Index | Old Index