Add get_current_resources call to ACPI module which allows us to read out a device current resources.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -229,6 +229,8 @@ struct acpi_module_info {
|
||||
|
||||
status_t (*get_irq_routing_table)(acpi_handle busDeviceHandle,
|
||||
acpi_data *retBuffer);
|
||||
status_t (*get_current_resources)(acpi_handle busDeviceHandle,
|
||||
acpi_data *retBuffer);
|
||||
|
||||
/* Power state setting */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user