mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Rename aster-frame to ostd
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb59fa7a55
commit
59350a8578
@ -9,10 +9,10 @@ extern crate alloc;
|
||||
use alloc::sync::Arc;
|
||||
use core::{sync::atomic::Ordering::Relaxed, time::Duration};
|
||||
|
||||
use aster_frame::sync::Mutex;
|
||||
use clocksource::ClockSource;
|
||||
pub use clocksource::Instant;
|
||||
use component::{init_component, ComponentInitError};
|
||||
use ostd::sync::Mutex;
|
||||
use rtc::{get_cmos, is_updating, CENTURY_REGISTER};
|
||||
use spin::Once;
|
||||
|
||||
|
Reference in New Issue
Block a user