]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/device.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg...
[linux-2.6-omap-h63xx.git] / include / asm-sparc / device.h
index 4a56d84d69c427d461ff8ba097d21ba75dc4365b..19790eb99cc6830820522a74c11492528ec0f567 100644 (file)
@@ -10,10 +10,14 @@ 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;
+
+       int                     numa_node;
 };
 
 #endif /* _ASM_SPARC_DEVICE_H */
-
-