| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Module Name: acapps - common include for ACPI applications/tools |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 65 | 65 | /* |
|---|
| 66 | 66 | * cvparser |
|---|
| 67 | 67 | */ |
|---|
| 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); |
|---|
| 71 | 69 | |
|---|
| 72 | 70 | void cv_clear_op_comments(union acpi_parse_object *op); |
|---|
| 73 | 71 | |
|---|