summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/device.h')
-rw-r--r--arch/microblaze/include/asm/device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/device.h b/arch/microblaze/include/asm/device.h
index 78a038452c0f..402b46e630f6 100644
--- a/arch/microblaze/include/asm/device.h
+++ b/arch/microblaze/include/asm/device.h
@@ -14,6 +14,10 @@ struct device_node;
struct dev_archdata {
/* Optional pointer to an OF device node */
struct device_node *of_node;
+
+ /* DMA operations on that device */
+ struct dma_map_ops *dma_ops;
+ void *dma_data;
};
struct pdev_archdata {