summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/interrupt-controller/mips-gic.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/interrupt-controller/mips-gic.h')
-rw-r--r--dts/include/dt-bindings/interrupt-controller/mips-gic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/interrupt-controller/mips-gic.h b/dts/include/dt-bindings/interrupt-controller/mips-gic.h
new file mode 100644
index 0000000000..cf35a577e3
--- /dev/null
+++ b/dts/include/dt-bindings/interrupt-controller/mips-gic.h
@@ -0,0 +1,9 @@
+#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
+#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
+
+#include <dt-bindings/interrupt-controller/irq.h>
+
+#define GIC_SHARED 0
+#define GIC_LOCAL 1
+
+#endif