Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef BCM63XX_IRQ_H_
0003 #define BCM63XX_IRQ_H_
0004 
0005 #include <bcm63xx_cpu.h>
0006 
0007 #define IRQ_INTERNAL_BASE       8
0008 #define IRQ_EXTERNAL_BASE       100
0009 #define IRQ_EXT_0           (IRQ_EXTERNAL_BASE + 0)
0010 #define IRQ_EXT_1           (IRQ_EXTERNAL_BASE + 1)
0011 #define IRQ_EXT_2           (IRQ_EXTERNAL_BASE + 2)
0012 #define IRQ_EXT_3           (IRQ_EXTERNAL_BASE + 3)
0013 
0014 #endif /* ! BCM63XX_IRQ_H_ */