aboutsummaryrefslogtreecommitdiff
path: root/test/mocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks.h')
-rw-r--r--test/mocks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mocks.h b/test/mocks.h
index 0c3d909..1bc6983 100644
--- a/test/mocks.h
+++ b/test/mocks.h
@@ -83,4 +83,7 @@ __real_device_is_stopped_and_copying(struct migration *migration);
bool
__real_should_exec_command(vfu_ctx_t *vfu_ctx, uint16_t cmd);
+int
+mock_unmap_dma(vfu_ctx_t *vfu_ctx, uint64_t iova, uint64_t len);
+
/* ex: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab: */