akern-gkgoat-fork/ableos/src/arch/x86_64/drivers/timer.rs

3 lines
118 B
Rust
Raw Normal View History

2022-01-26 01:40:37 +00:00
/// This magic value is the herts of the timer interupts normalized
pub const TIMER_INTERRUPT_HERTZ: f64 = 1193182.0;