Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 138 of file hwsleep.c.
Referenced by acpi_suspend(), and AcpiSetFirmwareWakingVector().
{ ACPI_FUNCTION_TRACE (AcpiSetFirmwareWakingVector); /* Set the 32-bit vector */ AcpiGbl_FACS->FirmwareWakingVector = PhysicalAddress; /* Clear the 64-bit vector if it exists */ if ((AcpiGbl_FACS->Length > 32) && (AcpiGbl_FACS->Version >= 1)) { AcpiGbl_FACS->XFirmwareWakingVector = 0; } return_ACPI_STATUS (AE_OK); }