aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 5f995f937a..857cc2ebbc 100644
--- a/include/asm-sh/hs7751rvoip/hs7751rvoip.h
+++ b/include/asm-sh/hs7751rvoip/hs7751rvoip.h
@@ -44,4 +44,10 @@
44#define IRQ_RINGING 4 /* Ringing IRQ */ 44#define IRQ_RINGING 4 /* Ringing IRQ */
45#define IRQ_CODEC 5 /* CODEC IRQ */ 45#define IRQ_CODEC 5 /* CODEC IRQ */
46 46
47/* arch/sh/boards/renesas/hs7751rvoip/irq.c */
48void init_hs7751rvoip_IRQ(void);
49
50/* arch/sh/boards/renesas/hs7751rvoip/io.c */
51void *hs7751rvoip_ioremap(unsigned long, unsigned long);
52
47#endif /* __ASM_SH_RENESAS_HS7751RVOIP */ 53#endif /* __ASM_SH_RENESAS_HS7751RVOIP */