Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/5.14.0-539.el9.x86_64/include/dt-bindings/interrupt-controller/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0+ OR MIT */ #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H #include <dt-bindings/interrupt-controller/irq.h> #define AIC_IRQ 0 #define AIC_FIQ 1 #define AIC_TMR_HV_PHYS 0 #define AIC_TMR_HV_VIRT 1 #define AIC_TMR_GUEST_PHYS 2 #define AIC_TMR_GUEST_VIRT 3 #define AIC_CPU_PMU_E 4 #define AIC_CPU_PMU_P 5 #endif