irq.h 81 B

1234567891011121314151617181920212223
  1. #ifndef __IRQ_H_
  2. #define __IRQ_H_
  3. #include "asm/irq.h"
  4. #endif