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:
Fredrik Holmqvist
2010-08-20 19:23:33 +00:00
parent abc9871ae1
commit d7b1a83fc3
4 changed files with 16 additions and 0 deletions
+2
View File
@@ -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 */