mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
39b6dbd8d7
commit
9815cba502
2 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue