somehal 0.7.7

SomeHAL: A hardware abstraction layer for kernel development.
Documentation
1
2
3
4
/// Returns the current firmware wall-clock time as Unix epoch nanoseconds.
pub fn epoch_time_nanos() -> Option<u64> {
    someboot::rtc::epoch_time_nanos()
}