brintos

brintos / linux-shallow public Read only

0
0
Text · 246 B · bd45cee Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H3#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H4 5#include <dt-bindings/interrupt-controller/irq.h>6 7#define GIC_SHARED 08#define GIC_LOCAL 19 10#endif11