summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-02-08 21:23:20 +0000
committerjkim <jkim@FreeBSD.org>2012-02-08 21:23:20 +0000
commit2966d74a6b934b078878f2c02e76a03b1f150013 (patch)
tree8cdfe7daa46f8eb3f6b34ed242142f085555c97c /sys/dev/acpica/acpivar.h
parent234d88c28880ea3d9014955d1d8c6d90d043c878 (diff)
downloadFreeBSD-src-2966d74a6b934b078878f2c02e76a03b1f150013.zip
FreeBSD-src-2966d74a6b934b078878f2c02e76a03b1f150013.tar.gz
Reset clock after atrtc(4) is properly resumed.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 3a9b93f..c05859b 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -339,7 +339,6 @@ 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_set_enable(device_t dev, int enable);
int acpi_parse_prw(ACPI_HANDLE h, struct acpi_prw_data *prw);
ACPI_STATUS acpi_Startup(void);
OpenPOWER on IntegriCloud