Blame view

kernel/linux-rt-4.4.41/arch/mips/include/asm/mach-db1x00/irq.h 490 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  /*
   * This file is subject to the terms and conditions of the GNU General Public
   * License.  See the file "COPYING" in the main directory of this archive
   * for more details.
   *
   * Copyright (C) 2003 by Ralf Baechle
   */
  #ifndef __ASM_MACH_GENERIC_IRQ_H
  #define __ASM_MACH_GENERIC_IRQ_H
  
  
  #ifdef NR_IRQS
  #undef NR_IRQS
  #endif
  
  #ifndef MIPS_CPU_IRQ_BASE
  #define MIPS_CPU_IRQ_BASE 0
  #endif
  
  /* 8 (MIPS) + 128 (au1300) + 16 (cpld) */
  #define NR_IRQS 152
  
  #endif /* __ASM_MACH_GENERIC_IRQ_H */