mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 08:06:31 +00:00
5 lines
147 B
Rust
5 lines
147 B
Rust
pub const ACPI_PM_OVERRUN: u64 = 1 << 24;
|
|
|
|
/// Number of PMTMR ticks expected during calibration run
|
|
pub const PMTMR_TICKS_PER_SEC: u64 = 3579545;
|