1
2
3
4
5
6
pub mod mm;

#[inline]
pub fn set_timer(stime_value: u64) {
    // sbi_rt::set_timer(stime_value);
}