mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 20:03:22 +00:00
Rename crates from jinux-* to aster-*
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6dbf5d560d
commit
93781df27b
@ -8,8 +8,8 @@ extern crate alloc;
|
||||
use alloc::{collections::BTreeMap, fmt::Debug, string::String, sync::Arc, vec::Vec};
|
||||
use core::any::Any;
|
||||
|
||||
use aster_frame::sync::SpinLock;
|
||||
use component::{init_component, ComponentInitError};
|
||||
use jinux_frame::sync::SpinLock;
|
||||
use spin::Once;
|
||||
|
||||
pub type ConsoleCallback = dyn Fn(&[u8]) + Send + Sync;
|
||||
|
Reference in New Issue
Block a user