1 /* $NetBSD: apple-aic.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 4 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 5 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 6 7 #include <dt-bindings/interrupt-controller/irq.h> 8 9 #define AIC_IRQ 0 10 #define AIC_FIQ 1 11 12 #define AIC_TMR_HV_PHYS 0 13 #define AIC_TMR_HV_VIRT 1 14 #define AIC_TMR_GUEST_PHYS 2 15 #define AIC_TMR_GUEST_VIRT 3 16 17 #endif 18