diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:56:28 +0900 |
commit | e8fb67f8e05bb1f4c07c3585967cfc6d44822ab0 (patch) | |
tree | 9665b58f9ca86cf577b308a29b9beb4d544fb200 /include/asm-sh/hs7751rvoip | |
parent | 7e27b9b720e74f471f0f0880c56578d07206c0af (diff) |
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/asm-sh/hs7751rvoip')
-rw-r--r-- | include/asm-sh/hs7751rvoip/hs7751rvoip.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/hs7751rvoip/hs7751rvoip.h b/include/asm-sh/hs7751rvoip/hs7751rvoip.h index 5f995f937a4..857cc2ebbc6 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 */ |