diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
commit | 75337fb90e0ef6702c1bb2337334e258f7119b76 (patch) | |
tree | 82c9f8bc37fa710e51f03ce212e482ace4899a4c /arch/mips/kernel/old-irq.c | |
parent | 6539eed842af755d3ffea581e11b86ca8c5be94d (diff) |
Rewrite of Indy IRQs to new style.
Diffstat (limited to 'arch/mips/kernel/old-irq.c')
-rw-r--r-- | arch/mips/kernel/old-irq.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/kernel/old-irq.c b/arch/mips/kernel/old-irq.c index a13948d32..a5dfa2542 100644 --- a/arch/mips/kernel/old-irq.c +++ b/arch/mips/kernel/old-irq.c @@ -34,6 +34,12 @@ #include <asm/nile4.h> /* + * The board specific setup routine sets irq_setup to point to a board + * specific setup routine. + */ +void (*irq_setup)(void); + +/* * Linux has a controller-independent x86 interrupt architecture. * every controller has a 'controller-template', that is used * by the main code to do the right thing. Each driver-visible |