diff options
| author | Igor Mammedov | 2015-02-18 20:14:23 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-02-26 13:04:12 +0100 |
| commit | 7193f3a67ee4794096255396eeac99f9624144e1 (patch) | |
| tree | f54a2f1efd346204eda57c5aa99a9f86c61d5028 /include | |
| parent | acpi: add aml_return() term (diff) | |
| download | qemu-7193f3a67ee4794096255396eeac99f9624144e1.tar.gz qemu-7193f3a67ee4794096255396eeac99f9624144e1.tar.xz qemu-7193f3a67ee4794096255396eeac99f9624144e1.zip | |
acpi: add aml_arg() 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 e7fa9771b1..63e9754ad6 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -64,6 +64,7 @@ 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); +Aml *aml_arg(int pos); /* Block AML object primitives */ Aml *aml_scope(const char *name_format, ...) GCC_FMT_ATTR(1, 2); |
