mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Rename aster-frame to ostd
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb59fa7a55
commit
59350a8578
@ -10,8 +10,8 @@ extern crate alloc;
|
||||
use alloc::{collections::BTreeMap, fmt::Debug, string::String, sync::Arc, vec::Vec};
|
||||
use core::any::Any;
|
||||
|
||||
use aster_frame::{mm::VmReader, sync::SpinLock};
|
||||
use component::{init_component, ComponentInitError};
|
||||
use ostd::{mm::VmReader, sync::SpinLock};
|
||||
use spin::Once;
|
||||
|
||||
pub type ConsoleCallback = dyn Fn(VmReader) + Send + Sync;
|
||||
|
Reference in New Issue
Block a user