aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private.h b/lib/private.h
index e8afd79..5321734 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -168,6 +168,10 @@ process_request(vfu_ctx_t *vfu_ctx);
int
consume_fd(int *fds, size_t nr_fds, size_t index);
+int
+handle_device_get_info(vfu_ctx_t *vfu_ctx, uint32_t size,
+ struct vfio_device_info *dev_info);
+
#endif /* LIB_VFIO_USER_PRIVATE_H */
/* ex: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab: */