X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fdevice.h;h=5111e8717be321e395ea8ebf76c8ff32f02ed9cf;hb=54866f032307063776b4eff7eadb131d47f9f9b4;hp=d8f9872b0e2dc3587a9e658adc957f093b7906fb;hpb=7e23772f414cdbfb2a08aed237d6e926bb1cb728;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 */