xref: /cloud-hypervisor/hypervisor/src/arch/aarch64/mod.rs (revision 1968805ba291ae08e07abf0ef8c0ade4cf11ab68)
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