⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

acpi_pm_init

Function acpi_pm_init 

Source
pub fn acpi_pm_init() -> KernelResult<()>
Expand description

Initialize the ACPI power management subsystem.

Parses the FADT to extract PM1a/PM1b control and status register addresses, SLP_TYP values for each sleep state, and SCI interrupt configuration.

Must be called after acpi::init() has completed.