diff options
Diffstat (limited to 'include/acpi/actables.h')
| -rw-r--r-- | include/acpi/actables.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 30a47542e1c8..4dbaf02fe526 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
| @@ -136,7 +136,11 @@ acpi_status acpi_tb_is_table_installed(struct acpi_table_desc *new_table_desc); | |||
| 136 | acpi_status | 136 | acpi_status |
| 137 | acpi_tb_verify_table_checksum(struct acpi_table_header *table_header); | 137 | acpi_tb_verify_table_checksum(struct acpi_table_header *table_header); |
| 138 | 138 | ||
| 139 | u8 acpi_tb_generate_checksum(void *buffer, u32 length); | 139 | u8 acpi_tb_sum_table(void *buffer, u32 length); |
| 140 | |||
| 141 | u8 acpi_tb_generate_checksum(struct acpi_table_header *table); | ||
| 142 | |||
| 143 | void acpi_tb_set_checksum(struct acpi_table_header *table); | ||
| 140 | 144 | ||
| 141 | acpi_status | 145 | acpi_status |
| 142 | acpi_tb_validate_table_header(struct acpi_table_header *table_header); | 146 | acpi_tb_validate_table_header(struct acpi_table_header *table_header); |
