diff options
| author | Igor Mammedov | 2015-02-20 19:22:10 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-03-01 12:33:22 +0100 |
| commit | 7056045332b997a8cd298e3bf231ecf690accdf4 (patch) | |
| tree | 81ad2ec5a8bdbe37cf6a557b63a4b137a6ef79f6 /include/hw | |
| parent | pc: acpi-build: drop remaining ssdt_misc template (diff) | |
| download | qemu-7056045332b997a8cd298e3bf231ecf690accdf4.tar.gz qemu-7056045332b997a8cd298e3bf231ecf690accdf4.tar.xz qemu-7056045332b997a8cd298e3bf231ecf690accdf4.zip | |
acpi: add acpi_irq_no_flags() 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/hw')
| -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 d2b2c354fa..11871970ca 100644 --- a/include/hw/acpi/aml-build.h +++ b/include/hw/acpi/aml-build.h @@ -146,6 +146,7 @@ Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, uint8_t aln, uint8_t len); Aml *aml_operation_region(const char *name, AmlRegionSpace rs, uint32_t offset, uint32_t len); +Aml *aml_irq_no_flags(uint8_t irq); Aml *aml_named_field(const char *name, unsigned length); Aml *aml_reserved_field(unsigned length); Aml *aml_local(int num); |
