1 /* $NetBSD: mips-gic.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 5 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 6 7 #include <dt-bindings/interrupt-controller/irq.h> 8 9 #define GIC_SHARED 0 10 #define GIC_LOCAL 1 11 12 #endif 13