]> Git Repo - qemu.git/blobdiff - hw/block/xen_blkif.h
hw/block/pflash_cfi02: Extract the pflash_data_read() function
[qemu.git] / hw / block / xen_blkif.h
index 3e6e1ea36520e51912310852bbf04f6dfe3ed1c0..99733529c17149537d1671151f3a578f554e6948 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef XEN_BLKIF_H
 #define XEN_BLKIF_H
 
-#include "hw/xen/io/ring.h"
-#include <xen/io/blkif.h>
-#include <xen/io/protocols.h>
+#include "hw/xen/interface/io/blkif.h"
+#include "hw/xen/interface/io/protocols.h"
 
 /*
  * Not a real protocol.  Used to generate ring structs which contain
@@ -143,4 +142,6 @@ static inline void blkif_get_x86_64_req(blkif_request_t *dst,
     }
 }
 
+#define XEN_BLKIF_SECTOR_SIZE 512
+
 #endif /* XEN_BLKIF_H */
This page took 0.02617 seconds and 4 git commands to generate.