diff options
Diffstat (limited to 'include/acpi/acnamesp.h')
-rw-r--r-- | include/acpi/acnamesp.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index 83b52f9f899a..b3b9f0ec79c3 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h | |||
@@ -82,7 +82,7 @@ acpi_status acpi_ns_initialize_devices(void); | |||
82 | acpi_status acpi_ns_load_namespace(void); | 82 | acpi_status acpi_ns_load_namespace(void); |
83 | 83 | ||
84 | acpi_status | 84 | acpi_status |
85 | acpi_ns_load_table(struct acpi_table_desc *table_desc, | 85 | acpi_ns_load_table(acpi_native_uint table_index, |
86 | struct acpi_namespace_node *node); | 86 | struct acpi_namespace_node *node); |
87 | 87 | ||
88 | /* | 88 | /* |
@@ -106,11 +106,12 @@ struct acpi_namespace_node *acpi_ns_get_next_node(acpi_object_type type, | |||
106 | * nsparse - table parsing | 106 | * nsparse - table parsing |
107 | */ | 107 | */ |
108 | acpi_status | 108 | acpi_status |
109 | acpi_ns_parse_table(struct acpi_table_desc *table_desc, | 109 | acpi_ns_parse_table(acpi_native_uint table_index, |
110 | struct acpi_namespace_node *scope); | 110 | struct acpi_namespace_node *start_node); |
111 | 111 | ||
112 | acpi_status | 112 | acpi_status |
113 | acpi_ns_one_complete_parse(u8 pass_number, struct acpi_table_desc *table_desc); | 113 | acpi_ns_one_complete_parse(acpi_native_uint pass_number, |
114 | acpi_native_uint table_index); | ||
114 | 115 | ||
115 | /* | 116 | /* |
116 | * nsaccess - Top-level namespace access | 117 | * nsaccess - Top-level namespace access |