We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0590e26 commit d536df8Copy full SHA for d536df8
src/lib.rs
@@ -19,6 +19,9 @@ use core::sync::atomic::{AtomicBool, Ordering};
19
20
pub use self::pcpu::Aarch64PerCpu;
21
pub use self::vcpu::{Aarch64VCpu, Aarch64VCpuCreateConfig, Aarch64VCpuSetupConfig};
22
+pub use axvm_types::addr::*;
23
+pub use axvm_types::device::*;
24
+pub use exit::*;
25
26
/// context frame for aarch64
27
pub type TrapFrame = context_frame::Aarch64ContextFrame;
0 commit comments