xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/interrupt-controller/mips-gic.h (revision c38e7cc395b1472a774ff828e46123de44c628e9)
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