Kernel  |  3.14

下载     查看原文件
C++程序  |  14行  |  155 B
#ifndef _ASM_IRQ_H
#define _ASM_IRQ_H

#include <arch/irq.h>

static inline int irq_canonicalize(int irq)
{  
  return irq; 
}

#endif  /* _ASM_IRQ_H */