mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Integrate `aia` module into `riscv64` module, and enable `riscv64` module if target architecture is RISC-V 64-bit. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
6 lines
126 B
Rust
6 lines
126 B
Rust
// Copyright © 2024 Institute of Software, CAS. All rights reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod aia;
|