aboutsummaryrefslogtreecommitdiff
path: root/include/vfio_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vfio_api.h')
-rw-r--r--include/vfio_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vfio_api.h b/include/vfio_api.h
index 9b2399a..e567824 100644
--- a/include/vfio_api.h
+++ b/include/vfio_api.h
@@ -12,4 +12,5 @@ int vfio_get_region(int device, struct vfio_region_info *reg_info, __u32 region)
void *vfio_mmap_region(int device, __u32 region, size_t *len);
int iomem_alloc_dma(int device, unsigned int size, void **iomem_curent,
struct iomem *iomem);
+int iomem_free_dma(int device, struct iomem *iomem);
#endif