X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc%2Fdevice.h;h=19790eb99cc6830820522a74c11492528ec0f567;hb=e97e386b126c2d60b8da61ce1e4964b41b3d1514;hp=4a56d84d69c427d461ff8ba097d21ba75dc4365b;hpb=5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h index 4a56d84d69c..19790eb99cc 100644 --- a/include/asm-sparc/device.h +++ b/include/asm-sparc/device.h @@ -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 */ - -