1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 3*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 4*c66ec88fSEmmanuel Vadot 5*c66ec88fSEmmanuel Vadot #include <dt-bindings/interrupt-controller/irq.h> 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot #define GIC_SHARED 0 8*c66ec88fSEmmanuel Vadot #define GIC_LOCAL 1 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel Vadot #endif 11