diff options
author | Igor Mammedov <imammedo@redhat.com> | 2015-02-18 19:14:39 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 13:04:16 +0100 |
commit | a678508e46ac806d81bd401a483aef1b98734ae4 (patch) | |
tree | 9d3c0f4978b766b2eb5461eb31791869199c3c5f /include | |
parent | cd61cb2e2c02c5c257a15a52b3d0616474e52997 (diff) |
acpi: add aml_varpackage() term
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/acpi/aml-build.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h index b1eab3c126..7f3886fc8f 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -103,6 +103,7 @@ Aml *aml_package(uint8_t num_elements); Aml *aml_buffer(void); Aml *aml_resource_template(void); Aml *aml_field(const char *name, AmlFieldFlags flags); +Aml *aml_varpackage(uint32_t num_elements); /* other helpers */ GArray *build_alloc_array(void); |