home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-cris / irq.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  241 b   |  19 lines

  1. #ifndef _ASM_IRQ_H
  2. #define _ASM_IRQ_H
  3.  
  4. /*
  5.  * IRQ line status macro IRQ_PER_CPU is used
  6.  */
  7. #define ARCH_HAS_IRQ_PER_CPU
  8.  
  9. #include <asm/arch/irq.h>
  10.  
  11. static inline int irq_canonicalize(int irq)
  12. {  
  13.   return irq; 
  14. }
  15.  
  16. #endif  /* _ASM_IRQ_H */
  17.  
  18.  
  19.