brintos

brintos / linux-shallow public Read only

0
0
Text · 414 B · bf3aac0 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ OR MIT */2#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H3#define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H4 5#include <dt-bindings/interrupt-controller/irq.h>6 7#define AIC_IRQ	08#define AIC_FIQ	19 10#define AIC_TMR_HV_PHYS		011#define AIC_TMR_HV_VIRT		112#define AIC_TMR_GUEST_PHYS	213#define AIC_TMR_GUEST_VIRT	314#define AIC_CPU_PMU_E		415#define AIC_CPU_PMU_P		516 17#endif18