aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXiao Guangrong <guangrong.xiao@linux.intel.com>2016-03-01 18:56:04 +0800
committerMichael S. Tsirkin <mst@redhat.com>2016-03-11 14:54:28 +0200
commit9815cba5027b0a8732733dc2a908b4e06d6b8ffc (patch)
tree1721f372c1671fd9945493bdaff842348e5f3e94 /include
parent39b6dbd8d7bbaa864ce42dcdcffe79313de9f2d6 (diff)
downloadqemu-9815cba5027b0a8732733dc2a908b4e06d6b8ffc.zip
qemu-9815cba5027b0a8732733dc2a908b4e06d6b8ffc.tar.gz
qemu-9815cba5027b0a8732733dc2a908b4e06d6b8ffc.tar.bz2
acpi: add aml_concatenate()
It will be used by nvdimm acpi Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.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 7d26911..258cbf3 100644
--- a/include/hw/acpi/aml-build.h
+++ b/include/hw/acpi/aml-build.h
@@ -353,6 +353,7 @@ Aml *aml_touuid(const char *uuid);
Aml *aml_unicode(const char *str);
Aml *aml_derefof(Aml *arg);
Aml *aml_sizeof(Aml *arg);
+Aml *aml_concatenate(Aml *source1, Aml *source2, Aml *target);
void
build_header(GArray *linker, GArray *table_data,