aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-23 15:37:05 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-12-04 13:52:43 +0100
commitc84649ca66a32aadba20a8202062b02247270ee5 (patch)
tree07a03290b679584c89ef7954ed940f00573f77ab /hw/acpi.h
parentb65b93f24cb84923d2d7d43cf87d40bc88b6bdcd (diff)
downloadqemu-c84649ca66a32aadba20a8202062b02247270ee5.zip
qemu-c84649ca66a32aadba20a8202062b02247270ee5.tar.gz
qemu-c84649ca66a32aadba20a8202062b02247270ee5.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/acpi.h b/hw/acpi.h
index 918d7f5..afda153 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);