remoteproc: add is_iomem to da_to_va
[linux-2.6-microblaze.git] / include / linux / remoteproc.h
index a5f6d2d..1b7d56c 100644 (file)
@@ -386,7 +386,7 @@ struct rproc_ops {
        int (*stop)(struct rproc *rproc);
        int (*attach)(struct rproc *rproc);
        void (*kick)(struct rproc *rproc, int vqid);
-       void * (*da_to_va)(struct rproc *rproc, u64 da, size_t len);
+       void * (*da_to_va)(struct rproc *rproc, u64 da, size_t len, bool *is_iomem);
        int (*parse_fw)(struct rproc *rproc, const struct firmware *fw);
        int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc,
                          int offset, int avail);