X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sparc%2Fdevice.h;h=c0a7786d65f7768403f10ab5ce93e93d31490e96;hb=b7d331281488193621e255f47773e42f406b939d;hp=4a56d84d69c427d461ff8ba097d21ba75dc4365b;hpb=e8b495fe09bc793ae26774e7b2667f7f658d56e2;p=powerpc.git diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h index 4a56d84d69..c0a7786d65 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; };