Add function to walk through children.
Without losing my sanity that is. ACPI API refactoring will happen some day.
This commit is contained in:
@@ -236,6 +236,8 @@ struct acpi_module_info {
|
||||
|
||||
status_t (*get_next_entry)(uint32 objectType, const char *base,
|
||||
char *result, size_t length, void **_counter);
|
||||
status_t (*get_next_object)(uint32 objectType, acpi_handle parent,
|
||||
acpi_handle* currentChild);
|
||||
status_t (*get_device)(const char *hid, uint32 index, char *result,
|
||||
size_t resultLength);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user