Function uacpi_latest_queried_vendor_interface

uacpi_vendor_interface uacpi_latest_queried_vendor_interface()

Description

Returns the "latest" AML-queried _OSI vendor interface.

E.g. for the following AML code: _OSI("Windows 2021") _OSI("Windows 2000") This function will return UACPI_VENDOR_INTERFACE_WINDOWS_11, since this is the latest version of the interface the code queried, even though the "Windows 2000" query came after "Windows 2021".