Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu...
[qemu/kevin.git] / target / arm / gtimer.h
blobb992941bef11b440923f8bd40d3451ed63d44ee7
1 /*
2 * ARM generic timer definitions for Arm A-class CPU
4 * Copyright (c) 2003 Fabrice Bellard
6 * SPDX-License-Identifier: LGPL-2.1-or-later
7 */
9 #ifndef TARGET_ARM_GTIMER_H
10 #define TARGET_ARM_GTIMER_H
12 enum {
13 GTIMER_PHYS = 0,
14 GTIMER_VIRT = 1,
15 GTIMER_HYP = 2,
16 GTIMER_SEC = 3,
17 GTIMER_HYPVIRT = 4,
18 #define NUM_GTIMERS 5
21 #endif