summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-03-23 22:12:33 +0000
committerjkim <jkim@FreeBSD.org>2009-03-23 22:12:33 +0000
commita4268466ee69cbf0af9f9d2ee33a461b7a5944bb (patch)
tree70777bfbfa46178e978d65b45834867436022401 /sys/dev/acpica/acpivar.h
parent9ece6c032dc7620e8f4b582b3286b1e6ee30067f (diff)
downloadFreeBSD-src-a4268466ee69cbf0af9f9d2ee33a461b7a5944bb.zip
FreeBSD-src-a4268466ee69cbf0af9f9d2ee33a461b7a5944bb.tar.gz
Add a function to reset system time after resuming, which will be used
by amd64 shortly. It can be turned off by setting "debug.acpi.reset_clock" tunable to zero.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index a5ac2de..ce6a242 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -330,6 +330,7 @@ ACPI_STATUS acpi_SetIntrModel(int model);
int acpi_ReqSleepState(struct acpi_softc *sc, int state);
int acpi_AckSleepState(struct apm_clone_data *clone, int error);
ACPI_STATUS acpi_SetSleepState(struct acpi_softc *sc, int state);
+void acpi_resync_clock(struct acpi_softc *sc);
int acpi_wake_init(device_t dev, int type);
int acpi_wake_set_enable(device_t dev, int enable);
int acpi_parse_prw(ACPI_HANDLE h, struct acpi_prw_data *prw);
OpenPOWER on IntegriCloud