diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 04:01:55 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 04:01:55 -0500 |
commit | deb9b22b8968fa0166d89c8ad1346e816cf1aec4 (patch) | |
tree | a8f2a46d7498182c11bda07916b4b954c8541a8a /arch/sh/include/mach-dreamcast | |
parent | 6eb6f98396f7bd653d8fb15b06364c8c7d70e22c (diff) |
sh: mach-dreamcast: Convert to sparseirq.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-dreamcast')
-rw-r--r-- | arch/sh/include/mach-dreamcast/mach/sysasic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/include/mach-dreamcast/mach/sysasic.h b/arch/sh/include/mach-dreamcast/mach/sysasic.h index f33426608a87..58f710e1ebc2 100644 --- a/arch/sh/include/mach-dreamcast/mach/sysasic.h +++ b/arch/sh/include/mach-dreamcast/mach/sysasic.h | |||
@@ -39,5 +39,10 @@ | |||
39 | 39 | ||
40 | #define HW_EVENT_IRQ_MAX (HW_EVENT_IRQ_BASE + 95) | 40 | #define HW_EVENT_IRQ_MAX (HW_EVENT_IRQ_BASE + 95) |
41 | 41 | ||
42 | /* arch/sh/boards/mach-dreamcast/irq.c */ | ||
43 | extern int systemasic_irq_demux(int); | ||
44 | extern void systemasic_irq_init(void); | ||
45 | extern void aica_time_init(void); | ||
46 | |||
42 | #endif /* __ASM_SH_DREAMCAST_SYSASIC_H */ | 47 | #endif /* __ASM_SH_DREAMCAST_SYSASIC_H */ |
43 | 48 | ||