mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
acpi: add aml_return() 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>
This commit is contained in:
parent
295a515df0
commit
b25af5ad59
2 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,7 @@ void aml_append(Aml *parent_ctx, Aml *child);
|
|||
/* non block AML object primitives */
|
||||
Aml *aml_name(const char *name_format, ...) GCC_FMT_ATTR(1, 2);
|
||||
Aml *aml_name_decl(const char *name, Aml *val);
|
||||
Aml *aml_return(Aml *val);
|
||||
Aml *aml_int(const uint64_t val);
|
||||
|
||||
/* Block AML object primitives */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue