root/include/asm-mips/irq.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   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 extern void disable_irq(unsigned int);
  16 extern void enable_irq(unsigned int);
  17 
  18 #endif /* __ASM_MIPS_IRQ_H */

/* [previous][next][first][last][top][bottom][index][help] */