1 /* $NetBSD: mips-gic.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 4 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H 5 6 #include <dt-bindings/interrupt-controller/irq.h> 7 8 #define GIC_SHARED 0 9 #define GIC_LOCAL 1 10 11 #endif 12