summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2015-02-18 19:14:39 +0000
committerMichael S. Tsirkin <mst@redhat.com>2015-02-26 13:04:16 +0100
commita678508e46ac806d81bd401a483aef1b98734ae4 (patch)
tree9d3c0f4978b766b2eb5461eb31791869199c3c5f /include
parentcd61cb2e2c02c5c257a15a52b3d0616474e52997 (diff)
downloadhqemu-a678508e46ac806d81bd401a483aef1b98734ae4.zip
hqemu-a678508e46ac806d81bd401a483aef1b98734ae4.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h
index b1eab3c..7f3886f 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);
OpenPOWER on IntegriCloud