Add ns_handle_to_pathname acpi function to the acpi module.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33663 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2009-10-19 19:00:26 +00:00
parent 52a90fe6be
commit 7f6d3afb1d
4 changed files with 49 additions and 34 deletions
+2
View File
@@ -209,6 +209,8 @@ struct acpi_module_info {
acpi_object_type **_returnValue);
status_t (*get_object_typed)(const char *path,
acpi_object_type **_returnValue, uint32 objectType);
status_t (*ns_handle_to_pathname)(acpi_handle targetHandle,
acpi_data *buffer);
/* Control method execution and data acquisition */