1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 2 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPL 2 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 3 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPL 3 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H 4 4 5 #include <dt-bindings/interrupt-controller/irq 5 #include <dt-bindings/interrupt-controller/irq.h> 6 6 7 #define AIC_IRQ 0 7 #define AIC_IRQ 0 8 #define AIC_FIQ 1 8 #define AIC_FIQ 1 9 9 10 #define AIC_TMR_HV_PHYS 0 10 #define AIC_TMR_HV_PHYS 0 11 #define AIC_TMR_HV_VIRT 1 11 #define AIC_TMR_HV_VIRT 1 12 #define AIC_TMR_GUEST_PHYS 2 12 #define AIC_TMR_GUEST_PHYS 2 13 #define AIC_TMR_GUEST_VIRT 3 13 #define AIC_TMR_GUEST_VIRT 3 14 #define AIC_CPU_PMU_E 4 14 #define AIC_CPU_PMU_E 4 15 #define AIC_CPU_PMU_P 5 15 #define AIC_CPU_PMU_P 5 16 16 17 #endif 17 #endif 18 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.