diff --git a/[refs] b/[refs] index 4a39e587840d..14aee2483496 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4c348580e65c95d4b278bb6f154f622df12b893 +refs/heads/master: 41ca4d388560d2048c7b64ff5ca7dc3bac0d0812 diff --git a/trunk/include/xen/blkif.h b/trunk/include/xen/blkif.h index 6ed7c01253b2..3c9ca7a93ba4 100644 --- a/trunk/include/xen/blkif.h +++ b/trunk/include/xen/blkif.h @@ -72,9 +72,12 @@ struct blkif_x86_64_response { typedef struct blkif_x86_64_request blkif_x86_64_request_t; typedef struct blkif_x86_64_response blkif_x86_64_response_t; -DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, struct blkif_common_response); -DEFINE_RING_TYPES(blkif_x86_32, struct blkif_x86_32_request, struct blkif_x86_32_response); -DEFINE_RING_TYPES(blkif_x86_64, struct blkif_x86_64_request, struct blkif_x86_64_response); +DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, + struct blkif_common_response); +DEFINE_RING_TYPES(blkif_x86_32, struct blkif_x86_32_request, + struct blkif_x86_32_response); +DEFINE_RING_TYPES(blkif_x86_64, struct blkif_x86_64_request, + struct blkif_x86_64_response); union blkif_back_rings { struct blkif_back_ring native;