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

acpi_handle_sci

Function acpi_handle_sci 

Source
pub fn acpi_handle_sci()
Expand description

Handle an ACPI SCI (System Control Interrupt).

Called from the interrupt handler when the SCI vector fires. Reads PM1a status to determine the wake/event source and dispatches the appropriate handler.