Blame view

kernel/linux-rt-4.4.41/arch/arm/mach-shmobile/include/mach/irqs.h 247 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
  #ifndef __ASM_MACH_IRQS_H
  #define __ASM_MACH_IRQS_H
  
  /* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
  
  /* External IRQ pins */
  #define IRQPIN_BASE		2000
  #define irq_pin(nr)		((nr) + IRQPIN_BASE)
  
  #endif /* __ASM_MACH_IRQS_H */