1 /* $NetBSD: mips-gic.h,v 1.1.1.1.6.2 2017/08/28 17:53:02 skrll 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