Source
x
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
/******************************************************************************
*
* Module Name: acapps - common include for ACPI applications/tools
*
* Copyright (C) 2000 - 2019, Intel Corp.
*
*****************************************************************************/
/* ACPI_USE_STANDARD_HEADERS */
/* Common info for tool signons */
/* Macros for signons and file headers */
/* Macros for usage messages */
/* Check for unexpected exceptions */
/* Check for unexpected non-AE_OK errors */
/* Needs the dot */
/* acfileio */
acpi_status
ac_get_all_tables_from_file(char *filename,
u8 get_only_aml_tables,
struct acpi_new_table_desc **return_list_head);
void ac_delete_table_list(struct acpi_new_table_desc *list_head);
u8 ac_is_file_binary(FILE * file);
acpi_status ac_validate_table_header(FILE * file, long table_offset);
/* Values for get_only_aml_tables */