mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Defined `Vgic` trait as the hypervisor agnostic interface for a virtual GIC. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
4 lines
86 B
Rust
4 lines
86 B
Rust
// Copyright 2022 Arm Limited (or its affiliates). All rights reserved.
|
|
|
|
pub mod gic;
|