summaryrefslogtreecommitdiffstats
path: root/include/hw/xen/xen_pvdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/xen/xen_pvdev.h')
-rw-r--r--include/hw/xen/xen_pvdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen_pvdev.h b/include/hw/xen/xen_pvdev.h
index 2e5d6e1919..caf1edc512 100644
--- a/include/hw/xen/xen_pvdev.h
+++ b/include/hw/xen/xen_pvdev.h
@@ -64,7 +64,7 @@ void xenstore_update(void *unused);
const char *xenbus_strstate(enum xenbus_state state);
-void xen_be_evtchn_event(void *opaque);
+void xen_pv_evtchn_event(void *opaque);
void xen_pv_insert_xendev(struct XenDevice *xendev);
void xen_be_del_xendev(struct XenDevice *xendev);
struct XenDevice *xen_be_find_xendev(const char *type, int dom, int dev);