xref: /rk3399_rockchip-uboot/include/dt-bindings/interrupt-controller/mips-gic.h (revision b419e87287ddb26ed991a64b2b14db7841b5f8c6)
1*b419e872SPaul Burton #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
2*b419e872SPaul Burton #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
3*b419e872SPaul Burton 
4*b419e872SPaul Burton #include <dt-bindings/interrupt-controller/irq.h>
5*b419e872SPaul Burton 
6*b419e872SPaul Burton #define GIC_SHARED 0
7*b419e872SPaul Burton #define GIC_LOCAL 1
8*b419e872SPaul Burton 
9*b419e872SPaul Burton #endif
10