aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen/xen-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/xen/xen-backend.h')
-rw-r--r--include/hw/xen/xen-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/xen/xen-backend.h b/include/hw/xen/xen-backend.h
index 010d712638..aac2fd454d 100644
--- a/include/hw/xen/xen-backend.h
+++ b/include/hw/xen/xen-backend.h
@@ -31,6 +31,7 @@ void xen_backend_set_device(XenBackendInstance *backend,
XenDevice *xen_backend_get_device(XenBackendInstance *backend);
void xen_backend_register(const XenBackendInfo *info);
+const char **xen_backend_get_types(unsigned int *nr);
void xen_backend_device_create(XenBus *xenbus, const char *type,
const char *name, QDict *opts, Error **errp);