* acpi bus_manager addition of get_object() functions.

* thermal driver uses get_object to obtain the passive device package.

Need changes to acpi_object_type to handle references... that'll have to come in the near future.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bryan Varner
2006-03-08 06:51:46 +00:00
parent 2d5d385b29
commit abe0393b82
4 changed files with 78 additions and 9 deletions
+2
View File
@@ -34,6 +34,8 @@ struct acpi_module_info {
status_t (*get_device_hid) (const char *path, char *hid);
uint32 (*get_object_type) (const char *path);
status_t (*get_object) (const char *path, acpi_object_type **return_value);
status_t (*get_object_typed) (const char *path, acpi_object_type **return_value, uint32 object_type);
/* Control method execution and data acquisition */