diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-23 15:37:05 +0100 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-12-04 13:52:43 +0100 |
| commit | c84649ca66a32aadba20a8202062b02247270ee5 (patch) | |
| tree | 07a03290b679584c89ef7954ed940f00573f77ab /hw/acpi.h | |
| parent | b65b93f24cb84923d2d7d43cf87d40bc88b6bdcd (diff) | |
| download | focaccia-qemu-c84649ca66a32aadba20a8202062b02247270ee5.tar.gz focaccia-qemu-c84649ca66a32aadba20a8202062b02247270ee5.zip | |
acpi: remove acpi_gpe_blk
With gpe being switched to memory api this is no longer needed. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/acpi.h')
| -rw-r--r-- | hw/acpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/acpi.h b/hw/acpi.h index 918d7f5bca..afda153d09 100644 --- a/hw/acpi.h +++ b/hw/acpi.h @@ -104,7 +104,6 @@ struct ACPIPM1CNT { }; struct ACPIGPE { - uint32_t blk; uint8_t len; uint8_t *sts; @@ -150,7 +149,6 @@ void acpi_pm1_cnt_reset(ACPIREGS *ar); /* GPE0 */ void acpi_gpe_init(ACPIREGS *ar, uint8_t len); -void acpi_gpe_blk(ACPIREGS *ar, uint32_t blk); void acpi_gpe_reset(ACPIREGS *ar); void acpi_gpe_ioport_writeb(ACPIREGS *ar, uint32_t addr, uint32_t val); |