aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2021-01-13 13:39:36 +0000
committerGitHub <noreply@github.com>2021-01-13 13:39:36 +0000
commitae4c7c829b5791629e3b711aff05a528ce2a1a00 (patch)
tree45407aef3cc33a852261c6770396f523cc8386a5 /include/libvfio-user.h
parent9ce88433cc185866519fb0ec3ef84d99db739b9f (diff)
downloadlibvfio-user-ae4c7c829b5791629e3b711aff05a528ce2a1a00.zip
libvfio-user-ae4c7c829b5791629e3b711aff05a528ce2a1a00.tar.gz
libvfio-user-ae4c7c829b5791629e3b711aff05a528ce2a1a00.tar.bz2
make vfu_region_to_offset public (#228)
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
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