Skip to content

Commit d536df8

Browse files
committed
fix: 导入 axvm_types 的地址和设备模块
1 parent 0590e26 commit d536df8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ use core::sync::atomic::{AtomicBool, Ordering};
1919

2020
pub use self::pcpu::Aarch64PerCpu;
2121
pub use self::vcpu::{Aarch64VCpu, Aarch64VCpuCreateConfig, Aarch64VCpuSetupConfig};
22+
pub use axvm_types::addr::*;
23+
pub use axvm_types::device::*;
24+
pub use exit::*;
2225

2326
/// context frame for aarch64
2427
pub type TrapFrame = context_frame::Aarch64ContextFrame;

0 commit comments

Comments
 (0)