diff options
Diffstat (limited to 'drivers/vfio/pci/vfio_pci_private.h')
| -rw-r--r-- | drivers/vfio/pci/vfio_pci_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/vfio/pci/vfio_pci_private.h b/drivers/vfio/pci/vfio_pci_private.h index 86aab05d3d46..93c1738dae11 100644 --- a/drivers/vfio/pci/vfio_pci_private.h +++ b/drivers/vfio/pci/vfio_pci_private.h | |||
| @@ -62,6 +62,9 @@ struct vfio_pci_regops { | |||
| 62 | int (*mmap)(struct vfio_pci_device *vdev, | 62 | int (*mmap)(struct vfio_pci_device *vdev, |
| 63 | struct vfio_pci_region *region, | 63 | struct vfio_pci_region *region, |
| 64 | struct vm_area_struct *vma); | 64 | struct vm_area_struct *vma); |
| 65 | int (*add_capability)(struct vfio_pci_device *vdev, | ||
| 66 | struct vfio_pci_region *region, | ||
| 67 | struct vfio_info_cap *caps); | ||
| 65 | }; | 68 | }; |
| 66 | 69 | ||
| 67 | struct vfio_pci_region { | 70 | struct vfio_pci_region { |
