mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Add abstractions for Clock and Timer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0d5131c822
commit
d019de29f9
@ -3,6 +3,7 @@
|
||||
//! Read the Cpu context content then dispatch syscall to corrsponding handler
|
||||
//! The each sub module contains functions that handle real syscall logic.
|
||||
use aster_frame::cpu::UserContext;
|
||||
pub use clock_gettime::ClockID;
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
|
Reference in New Issue
Block a user