diff options
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r-- | target-arm/cpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 65a3417951..690686c17e 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -1484,4 +1484,10 @@ static inline void cpu_pc_from_tb(CPUARMState *env, TranslationBlock *tb) } } +enum { + QEMU_PSCI_CONDUIT_DISABLED = 0, + QEMU_PSCI_CONDUIT_SMC = 1, + QEMU_PSCI_CONDUIT_HVC = 2, +}; + #endif |