* 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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user