aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-13 14:01:22 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-05-20 12:15:30 +0200
commita217de932969b2a40a717573b2919337e46710b9 (patch)
treeeb5c00e5c18785a5f3aa25c353ff1df42af63264 /src/util.h
parent4a3f195dff861cc3283c5a5ca35c9a2dad94405d (diff)
downloadseabios-hppa-a217de932969b2a40a717573b2919337e46710b9.zip
seabios-hppa-a217de932969b2a40a717573b2919337e46710b9.tar.gz
seabios-hppa-a217de932969b2a40a717573b2919337e46710b9.tar.bz2
acpi: remove PORT_ACPI_PM_BASE constant
Use the new acpi_pm_base variable instead. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 0cbea48..b54271b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -70,6 +70,7 @@ extern struct pir_header *PirAddr;
void copy_acpi_rsdp(void *pos);
extern struct rsdp_descriptor *RsdpAddr;
extern u32 acpi_pm1a_cnt;
+extern u16 acpi_pm_base;
void *find_acpi_rsdp(void);
u32 find_resume_vector(void);
void acpi_reboot(void);