X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc%2Fdevice.h;h=19790eb99cc6830820522a74c11492528ec0f567;hb=c15a2434ed4868cad99278ac4d4ae4de9de62e02;hp=4a56d84d69c427d461ff8ba097d21ba75dc4365b;hpb=b43035a5ec4deecd43019728ab9347df82dd121f;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 */ - -