hw_irq.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _ALPHA_HW_IRQ_H
  2. #define _ALPHA_HW_IRQ_H
  3. #include <linux/config.h>
  4. static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {}
  5. extern volatile unsigned long irq_err_count;
  6. #ifdef CONFIG_ALPHA_GENERIC
  7. #define ACTUAL_NR_IRQS alpha_mv.nr_irqs
  8. #else
  9. #define ACTUAL_NR_IRQS NR_IRQS
  10. #endif
  11. #endif