diff options
author | Len Brown <len.brown@intel.com> | 2005-08-04 18:09:09 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-04 18:09:09 -0400 |
commit | 5d2a22079c825669d91a3a200332f1053b4b61b0 (patch) | |
tree | 2e6e88bbcc3e17535fdf3103540b246b3658e20b /include/acpi/actables.h | |
parent | 1c5ad84516ae7ea4ec868436a910a6bd8d20215a (diff) | |
parent | bd6dbdf3c7b9784fbf5d8500e427a954e27a976a (diff) |
/home/lenb/src/to-akpm branch 'acpi-2.6.12'
Diffstat (limited to 'include/acpi/actables.h')
-rw-r--r-- | include/acpi/actables.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 39df92e21a0d..e6ceb1819643 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -169,16 +169,24 @@ acpi_status | |||
169 | acpi_tb_get_table_rsdt ( | 169 | acpi_tb_get_table_rsdt ( |
170 | void); | 170 | void); |
171 | 171 | ||
172 | acpi_status | ||
173 | acpi_tb_validate_rsdp ( | ||
174 | struct rsdp_descriptor *rsdp); | ||
175 | |||
172 | 176 | ||
173 | /* | 177 | /* |
174 | * tbutils - common table utilities | 178 | * tbutils - common table utilities |
175 | */ | 179 | */ |
176 | acpi_status | 180 | acpi_status |
181 | acpi_tb_is_table_installed ( | ||
182 | struct acpi_table_desc *new_table_desc); | ||
183 | |||
184 | acpi_status | ||
177 | acpi_tb_verify_table_checksum ( | 185 | acpi_tb_verify_table_checksum ( |
178 | struct acpi_table_header *table_header); | 186 | struct acpi_table_header *table_header); |
179 | 187 | ||
180 | u8 | 188 | u8 |
181 | acpi_tb_checksum ( | 189 | acpi_tb_generate_checksum ( |
182 | void *buffer, | 190 | void *buffer, |
183 | u32 length); | 191 | u32 length); |
184 | 192 | ||