blob: 1f3064460e0772992346d858bc0ad839119e334c [file] [log] [blame]
#[cfg_attr(target_arch = "arm", path = "platform_arm.rs")]
#[cfg_attr(target_arch = "riscv32", path = "platform_riscv32.rs")]
mod platform;
pub use platform::*;