]> Git Repo - u-boot.git/blob - include/dt-bindings/interrupt-controller/apple-aic.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / dt-bindings / interrupt-controller / apple-aic.h
1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
3 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
4
5 #include <dt-bindings/interrupt-controller/irq.h>
6
7 #define AIC_IRQ 0
8 #define AIC_FIQ 1
9
10 #define AIC_TMR_HV_PHYS         0
11 #define AIC_TMR_HV_VIRT         1
12 #define AIC_TMR_GUEST_PHYS      2
13 #define AIC_TMR_GUEST_VIRT      3
14
15 #endif
This page took 0.026314 seconds and 4 git commands to generate.