]> Git Repo - qemu.git/blobdiff - hw/xen_backend.h
PPC: Fix dma interrupt
[qemu.git] / hw / xen_backend.h
index 6401c85a7eaadc2e791a7598a19baa2fc00a411b..f37afb1f05837bfd97f72ee6f4f7a7a7fb11c628 100644 (file)
@@ -2,8 +2,8 @@
 #define QEMU_HW_XEN_BACKEND_H 1
 
 #include "xen_common.h"
-#include "sysemu.h"
-#include "net.h"
+#include "sysemu/sysemu.h"
+#include "net/net.h"
 
 /* ------------------------------------------------------------- */
 
@@ -21,7 +21,8 @@ struct XenDevOps {
     uint32_t  flags;
     void      (*alloc)(struct XenDevice *xendev);
     int       (*init)(struct XenDevice *xendev);
-    int       (*connect)(struct XenDevice *xendev);
+    int       (*initialise)(struct XenDevice *xendev);
+    void      (*connected)(struct XenDevice *xendev);
     void      (*event)(struct XenDevice *xendev);
     void      (*disconnect)(struct XenDevice *xendev);
     int       (*free)(struct XenDevice *xendev);
This page took 0.025447 seconds and 4 git commands to generate.