Add get_name and fix get_next_object.

TODO: Need to add defines or enum for nameType.
This commit is contained in:
Fredrik Holmqvist
2014-09-14 00:01:10 +02:00
parent e0881f2139
commit 3594baabf8
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -180,6 +180,8 @@ struct acpi_module_info {
status_t (*get_handle)(acpi_handle parent, const char *pathname,
acpi_handle *retHandle);
status_t (*get_name)(acpi_handle handle, uint32 nameType,
char* returnedName, size_t bufferLength);
/* Global Lock */