hypervisor: Define Vgic trait

Defined `Vgic` trait as the hypervisor agnostic interface for a virtual
GIC.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao
2022-05-27 20:09:50 +08:00
committed by Xin Wang
parent 435d769511
commit 03b01c02cd
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Copyright 2022 Arm Limited (or its affiliates). All rights reserved.
pub mod gic;