diff options
author | Len Brown <len.brown@intel.com> | 2006-12-20 02:53:27 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 02:53:27 -0500 |
commit | 5b7b4119553dd7cc0bc200c0d1b1598e158eec9a (patch) | |
tree | 129958102c839867905976d08b7e7298c682adbf /include | |
parent | 9774f3384125912eb491ca77f77907324db3ed05 (diff) | |
parent | 0f0fe1a08aa421266060ac67e50453a06d9ceb63 (diff) |
Pull sgi into test branch
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpixf.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 049e9aa1b867..81458767a90e 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -97,11 +97,12 @@ acpi_find_root_pointer(u32 flags, struct acpi_pointer *rsdp_address); | |||
97 | 97 | ||
98 | acpi_status acpi_load_tables(void); | 98 | acpi_status acpi_load_tables(void); |
99 | 99 | ||
100 | #ifdef ACPI_FUTURE_USAGE | ||
101 | acpi_status acpi_load_table(struct acpi_table_header *table_ptr); | 100 | acpi_status acpi_load_table(struct acpi_table_header *table_ptr); |
102 | 101 | ||
103 | acpi_status acpi_unload_table(acpi_table_type table_type); | 102 | acpi_status acpi_unload_table_id(acpi_table_type table_type, acpi_owner_id id); |
104 | 103 | ||
104 | #ifdef ACPI_FUTURE_USAGE | ||
105 | acpi_status acpi_unload_table(acpi_table_type table_type); | ||
105 | acpi_status | 106 | acpi_status |
106 | acpi_get_table_header(acpi_table_type table_type, | 107 | acpi_get_table_header(acpi_table_type table_type, |
107 | u32 instance, struct acpi_table_header *out_table_header); | 108 | u32 instance, struct acpi_table_header *out_table_header); |
@@ -180,6 +181,8 @@ acpi_get_next_object(acpi_object_type type, | |||
180 | 181 | ||
181 | acpi_status acpi_get_type(acpi_handle object, acpi_object_type * out_type); | 182 | acpi_status acpi_get_type(acpi_handle object, acpi_object_type * out_type); |
182 | 183 | ||
184 | acpi_status acpi_get_id(acpi_handle object, acpi_owner_id * out_type); | ||
185 | |||
183 | acpi_status acpi_get_parent(acpi_handle object, acpi_handle * out_handle); | 186 | acpi_status acpi_get_parent(acpi_handle object, acpi_handle * out_handle); |
184 | 187 | ||
185 | /* | 188 | /* |