X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc%2Fdevice.h;h=19790eb99cc6830820522a74c11492528ec0f567;hb=e97e386b126c2d60b8da61ce1e4964b41b3d1514;hp=d8f9872b0e2dc3587a9e658adc957f093b7906fb;hpb=116b23b0ed36f8d5b56d16ac50266fce8de904c1;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc/device.h b/include/asm-sparc/device.h index d8f9872b0e2..19790eb99cc 100644 --- a/include/asm-sparc/device.h +++ b/include/asm-sparc/device.h @@ -3,5 +3,21 @@ * * This file is released under the GPLv2 */ -#include +#ifndef _ASM_SPARC_DEVICE_H +#define _ASM_SPARC_DEVICE_H +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 */