summaryrefslogtreecommitdiff
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-06-29 21:35:33 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-29 23:37:16 (GMT)
commit3ca9fab410fbef6fc3a13284f5c26faccade21d1 (patch)
tree91b4c38077db397bec0ff85f1c89c9f869b3970f /include/asm-sparc
parent95714e12dfb4794ee120f058fdf763e61baaad82 (diff)
downloadlinux-fsl-qoriq-3ca9fab410fbef6fc3a13284f5c26faccade21d1.tar.xz
[SPARC]: Add of_io{remap,unmap}().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/of_device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc/of_device.h b/include/asm-sparc/of_device.h
index 1b43ee5..b5ca314 100644
--- a/include/asm-sparc/of_device.h
+++ b/include/asm-sparc/of_device.h
@@ -31,6 +31,9 @@ struct of_device
};
#define to_of_device(d) container_of(d, struct of_device, dev)
+extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
+extern void of_iounmap(void __iomem *base, unsigned long size);
+
extern const struct of_device_id *of_match_device(
const struct of_device_id *matches, const struct of_device *dev);