diff options
| author | Igor Mammedov | 2015-02-18 20:14:17 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-02-26 13:04:10 +0100 |
| commit | be06ebd0a4d42ccd3d79fae24e48c264be377356 (patch) | |
| tree | 662dfde6af079327780c75c8ce142db0705841be /include | |
| parent | pc: acpi-build: use aml_scope() for \_SB scope (diff) | |
| download | qemu-be06ebd0a4d42ccd3d79fae24e48c264be377356.tar.gz qemu-be06ebd0a4d42ccd3d79fae24e48c264be377356.tar.xz qemu-be06ebd0a4d42ccd3d79fae24e48c264be377356.zip | |
acpi: add aml_device() 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 05dd3fcbb2..004fa05cdc 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -61,6 +61,7 @@ void aml_append(Aml *parent_ctx, Aml *child); /* Block AML object primitives */ Aml *aml_scope(const char *name_format, ...) GCC_FMT_ATTR(1, 2); +Aml *aml_device(const char *name_format, ...) GCC_FMT_ATTR(1, 2); /* other helpers */ GArray *build_alloc_array(void); |
