Add get_name and fix get_next_object.
TODO: Need to add defines or enum for nameType.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user