Function uacpi::sleep::set_waking_vector

source ยท
pub fn set_waking_vector(
    addr32: PhysAddr,
    addr64: PhysAddr,
) -> Result<(), Status>
Expand description

Sets the firmware waking vector in FACS. addr32 is the real mode entry-point address addr64 is the protected mode entry-point address