aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/device.h')
-rw-r--r--include/asm-sparc/device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h
index 4a56d84d69c4..c0a7786d65f7 100644
--- a/include/asm-sparc/device.h
+++ b/include/asm-sparc/device.h
@@ -10,6 +10,10 @@ struct device_node;
struct of_device;
struct dev_archdata {
+ void *iommu;
+ void *stc;
+ void *host_controller;
+
struct device_node *prom_node;
struct of_device *op;
};