aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 13:56:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 13:56:28 +0900
commite8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch)
tree9665b58f9ca86cf577b308a29b9beb4d544fb200 /include
parentsound: SH DAC audio driver updates. (diff)
downloadlinux-dev-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.tar.xz
linux-dev-e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0.zip
sh: HS7751RVoIP board updates.
Various cleanups for HS7751RVoIP. Mostly just getting rid of the old mach.c and splitting codec configuration in to its own Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/hs7751rvoip/hs7751rvoip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/hs7751rvoip/hs7751rvoip.h b/include/asm-sh/hs7751rvoip/hs7751rvoip.h
index 5f995f937a44..857cc2ebbc69 100644
--- a/include/asm-sh/hs7751rvoip/hs7751rvoip.h
+++ b/include/asm-sh/hs7751rvoip/hs7751rvoip.h
@@ -44,4 +44,10 @@
#define IRQ_RINGING 4 /* Ringing IRQ */
#define IRQ_CODEC 5 /* CODEC IRQ */
+/* arch/sh/boards/renesas/hs7751rvoip/irq.c */
+void init_hs7751rvoip_IRQ(void);
+
+/* arch/sh/boards/renesas/hs7751rvoip/io.c */
+void *hs7751rvoip_ioremap(unsigned long, unsigned long);
+
#endif /* __ASM_SH_RENESAS_HS7751RVOIP */