X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Facpi%2Factables.h;h=e6ceb18196439ff153ebe80976f446cc00617717;hb=0c9938cc75057c0fca1af55a55dcfc2842436695;hp=97e6f12da5275960808776e2c53d77aa71ec0ddb;hpb=dd8f39bbf5154cdbfd698fc70c66faba33eafa44;p=mv-sheeva.git diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 97e6f12da52..e6ceb181964 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h @@ -178,11 +178,15 @@ acpi_tb_validate_rsdp ( * tbutils - common table utilities */ acpi_status +acpi_tb_is_table_installed ( + struct acpi_table_desc *new_table_desc); + +acpi_status acpi_tb_verify_table_checksum ( struct acpi_table_header *table_header); u8 -acpi_tb_checksum ( +acpi_tb_generate_checksum ( void *buffer, u32 length);