irqs.h 101 B

1234567
  1. #ifndef __ASM_ARCH_IRQS_H
  2. #define __ASM_ARCH_IRQS_H
  3. #define IRQ_SOFT 1
  4. #define NR_IRQS 160
  5. #endif