Rename aster-frame to ostd

This commit is contained in:
Jianfeng Jiang
2024-06-19 08:18:39 +00:00
committed by Tate, Hongliang Tian
parent fb59fa7a55
commit 59350a8578
300 changed files with 425 additions and 427 deletions

View File

@ -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;