diff options
Diffstat (limited to 'sys/dev/pci/drm/mach64_drv.h')
-rw-r--r-- | sys/dev/pci/drm/mach64_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/mach64_drv.h b/sys/dev/pci/drm/mach64_drv.h index 53f3a607f2f..65ae81ffe17 100644 --- a/sys/dev/pci/drm/mach64_drv.h +++ b/sys/dev/pci/drm/mach64_drv.h @@ -73,6 +73,9 @@ typedef struct drm_mach64_descriptor_ring { } drm_mach64_descriptor_ring_t; typedef struct drm_mach64_private { + struct device dev; + struct device *drmdev; + drm_mach64_sarea_t *sarea_priv; int is_pci; |