1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-27 10:13:28 +04:00
rCore/crate/bbl/src/lib.rs
2018-07-04 22:04:59 +08:00

5 lines
42 B
Rust

#![no_std]
#![feature(asm)]
pub mod sbi;