Function uacpi_set_resources
uacpi_status uacpi_set_resources(uacpi_namespace_node* device, uacpi_resources* resources)
Description
Set the configuration to be used by the 'device' by calling its _SRS method.
Note that this expects 'resources' in the normal 'uacpi_resources' format, and not the raw AML resources bytestream, the conversion to the latter is done automatically by this API. If you want to _SRS a raw AML resources bytestream, use 'uacpi_execute' or similar API directly.