summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2007-05-15 08:41:05 +0000
committertakawata <takawata@FreeBSD.org>2007-05-15 08:41:05 +0000
commite3513a18ea1474f48a4deae0cb68b67317499373 (patch)
treeb0ede0f4d36215bed8fd6fb61771692a97f540e1 /sys/dev/acpica/acpivar.h
parent718e1380f9f49f396998f4d32eefe0c5af4cb061 (diff)
downloadFreeBSD-src-e3513a18ea1474f48a4deae0cb68b67317499373.zip
FreeBSD-src-e3513a18ea1474f48a4deae0cb68b67317499373.tar.gz
Add ACPI HPET table support.
Reviewed by:njl
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 3867d13..6c0281e 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -407,6 +407,8 @@ int acpi_battery_get_battinfo(device_t dev,
/* Embedded controller. */
void acpi_ec_ecdt_probe(device_t);
+/* HPET table probe*/
+void acpi_hpet_table_probe(device_t);
/* AC adapter interface. */
int acpi_acad_get_acline(int *);
OpenPOWER on IntegriCloud