xref: /cloud-hypervisor/hypervisor/src/arch/aarch64/mod.rs (revision d22e7e26387190acd9a8938f8555fc05166d5b48)
1 // Copyright 2022 Arm Limited (or its affiliates). All rights reserved.
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 
5 pub mod gic;
6 pub mod regs;
7