aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2013-11-06 12:38:28 +0000
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-11-08 16:12:28 -0500
commitffc555be09bd2603abdbc6f8b64c6a7477facc48 (patch)
tree65fcde50c325c51d82077c965e4dde4cfa06c466 /arch/arm/include/asm/io.h
parentMerge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13 (diff)
downloadlinux-dev-ffc555be09bd2603abdbc6f8b64c6a7477facc48.tar.xz
linux-dev-ffc555be09bd2603abdbc6f8b64c6a7477facc48.zip
arm,arm64/include/asm/io.h: define struct bio_vec
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/arm/include/asm/io.h')
-rw-r--r--arch/arm/include/asm/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h
index c45effc18312..3c597c222ef2 100644
--- a/arch/arm/include/asm/io.h
+++ b/arch/arm/include/asm/io.h
@@ -374,6 +374,7 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *addr);
#define BIOVEC_MERGEABLE(vec1, vec2) \
((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
+struct bio_vec;
extern bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
const struct bio_vec *vec2);
#define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \