redox/arch/test/src/time.rs

8 lines
96 B
Rust
Raw Normal View History

2016-11-14 19:04:31 +01:00
pub fn monotonic() -> (u64, u64) {
(0, 0)
}
pub fn realtime() -> (u64, u64) {
(0, 0)
}