#ifndef _ASM_SPARC_OF_DEVICE_H #define _ASM_SPARC_OF_DEVICE_H #ifdef __KERNEL__ #include #include #include #include extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name); extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size); extern void of_propagate_archdata(struct of_device *bus); /* This is just here during the transition */ #include #endif /* __KERNEL__ */ #endif /* _ASM_SPARC_OF_DEVICE_H */