root/include/asm-ppc/irq.h

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

INCLUDED FROM


   1 #ifndef _ASM_IRQ_H
   2 #define _ASM_IRQ_H
   3 
   4 
   5 /*
   6  * wild guess here.  someone should go look and put
   7  * the right number in.
   8  *                      -- Cort
   9  */
  10 # define NR_IRQS        16
  11 
  12 extern void disable_irq(unsigned int);
  13 extern void enable_irq(unsigned int);
  14 
  15 #endif

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