mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-12 10:06:47 +00:00
8 lines
109 B
Rust
8 lines
109 B
Rust
#![no_std]
|
|
|
|
#[cfg(target_arch = "x86_64")]
|
|
pub mod x86_64;
|
|
|
|
#[cfg(target_arch = "riscv64")]
|
|
pub mod riscv64;
|