1 /* $NetBSD: mips-gic.h,v 1.1.1.1.4.2 2017/07/18 16:08:58 snj 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