X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fdevice.h;h=5111e8717be321e395ea8ebf76c8ff32f02ed9cf;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=d8f9872b0e2dc3587a9e658adc957f093b7906fb;hpb=b361735043e3001eadb1d40916fd1a4fca1a9363;p=linux-2.6 diff --git a/include/asm-sparc64/device.h b/include/asm-sparc64/device.h index d8f9872b0e..5111e8717b 100644 --- a/include/asm-sparc64/device.h +++ b/include/asm-sparc64/device.h @@ -3,5 +3,19 @@ * * This file is released under the GPLv2 */ -#include +#ifndef _ASM_SPARC64_DEVICE_H +#define _ASM_SPARC64_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; +}; + +#endif /* _ASM_SPARC64_DEVICE_H */