aboutsummaryrefslogtreecommitdiff
path: root/include/vfio-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vfio-user.h')
-rw-r--r--include/vfio-user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vfio-user.h b/include/vfio-user.h
index 0aca789..b5e8962 100644
--- a/include/vfio-user.h
+++ b/include/vfio-user.h
@@ -133,6 +133,9 @@ struct vfio_user_dma_unmap {
#ifndef VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP
#define VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (1 << 0)
#endif
+#ifndef VFIO_DMA_UNMAP_FLAG_ALL
+#define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1)
+#endif
uint32_t flags;
uint64_t addr;
uint64_t size;