forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/acpi/acpica/acconvert.h
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: acapps - common include for ACPI applications/tools
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -65,9 +65,7 @@
6565 /*
6666 * cvparser
6767 */
68
-void
69
-cv_init_file_tree(struct acpi_table_header *table,
70
- u8 *aml_start, u32 aml_length);
68
+void cv_init_file_tree(struct acpi_table_header *table, FILE * root_file);
7169
7270 void cv_clear_op_comments(union acpi_parse_object *op);
7371