aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-07-20 08:49:17 +0000
committerMike Smith <msmith@FreeBSD.org>2001-07-20 08:49:17 +0000
commita5934d76a8a7523c28c0bb18cfad08eec3e5b134 (patch)
tree17fddca038918cd24ece4ee20de5e70878544e24 /sys/contrib/dev
parent4a9e66b57bb83db240940077e39416e4d7b10383 (diff)
downloadsrc-a5934d76a8a7523c28c0bb18cfad08eec3e5b134.tar.gz
src-a5934d76a8a7523c28c0bb18cfad08eec3e5b134.zip
We haven't had AcpiSetSystemSleepState for a while now, clean out the
prototype.
Notes
Notes: svn path=/head/; revision=80031
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/acpica/acpixf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/acpixf.h b/sys/contrib/dev/acpica/acpixf.h
index 00dc6d1e1c91..28a17619c361 100644
--- a/sys/contrib/dev/acpica/acpixf.h
+++ b/sys/contrib/dev/acpica/acpixf.h
@@ -434,8 +434,5 @@ AcpiProcessorSleep (
ACPI_HANDLE ProcessorHandle,
UINT32 *PmTimerTicks);
-ACPI_STATUS
-AcpiSetSystemSleepState (
- UINT8 SleepState);
#endif /* __ACXFACE_H__ */