aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libvfio-user.h')
-rw-r--r--include/libvfio-user.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/libvfio-user.h b/include/libvfio-user.h
index d74087e..2bf0cd1 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -644,6 +644,16 @@ size_t
vfu_pci_find_next_capability(vfu_ctx_t *vfu_ctx, bool extended,
size_t pos, int cap_id);
+/**
+ * Returns the memory offset where the specific region starts in device memory.
+ *
+ * @region: the region to translate
+ *
+ * @returns the absolute offset
+ */
+uint64_t
+vfu_region_to_offset(uint32_t region);
+
#ifdef __cplusplus
}
#endif