From beb116954b9b7f3bb56412b2494b562f02b864b1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 7 Jan 1997 02:33:00 +0000 Subject: Import of Linux/MIPS 2.1.14 --- include/asm-mips/irq.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/asm-mips/irq.h') diff --git a/include/asm-mips/irq.h b/include/asm-mips/irq.h index 4c5191fef..e6bc9ae3c 100644 --- a/include/asm-mips/irq.h +++ b/include/asm-mips/irq.h @@ -12,6 +12,15 @@ #ifndef __ASM_MIPS_IRQ_H #define __ASM_MIPS_IRQ_H +/* + * Actually this is a lie but we hide the local device's interrupts ... + */ +#define NR_IRQS 16 + +#define TIMER_IRQ 0 + +struct irqaction; +extern int setup_x86_irq(int irq, struct irqaction * new); extern void disable_irq(unsigned int); extern void enable_irq(unsigned int); -- cgit v1.2.3