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