Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
0003 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H
0004 
0005 #include <dt-bindings/interrupt-controller/irq.h>
0006 
0007 #define GIC_SHARED 0
0008 #define GIC_LOCAL 1
0009 
0010 #endif