1 /* 2 * include/asm-mips/irq.h 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 1994 by Waldorf GMBH 9 * written by Ralf Baechle 10 * 11 */ 12 #ifndef __ASM_MIPS_IRQ_H 13 #define __ASM_MIPS_IRQ_H 14 15 /* 16 * Actually this is a lie but we hide the local device's interrupts ... 17 */ 18 #define NR_IRQS 16 19 20 extern void disable_irq(unsigned int); 21 extern void enable_irq(unsigned int); 22 23 #endif /* __ASM_MIPS_IRQ_H */