Commit 2cfc056e authored by Peng Fan's avatar Peng Fan Committed by Bjorn Andersson
Browse files

remoteproc: introduce is_iomem to rproc_mem_entry

parent bc403b4d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@ struct rproc;
/**
 * struct rproc_mem_entry - memory entry descriptor
 * @va:	virtual address
 * @is_iomem: io memory
 * @dma: dma address
 * @len: length, in bytes
 * @da: device address
@@ -329,6 +330,7 @@ struct rproc;
 */
struct rproc_mem_entry {
	void *va;
	bool is_iomem;
	dma_addr_t dma;
	size_t len;
	u32 da;