diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-06 10:57:16 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-06 10:57:16 +0000 |
commit | 32491cb2cb67a4cec73f2e1366911d0af6a199f6 (patch) | |
tree | 9f8067d75e42d343895d5f926d5926fb248aeca3 /sys | |
parent | 0d86fc5c45187e7cede4fae62ce4b6cc90def70e (diff) |
One definition for sleeping states in acpireg.h is enough.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index ea8b0949ce9..367910fada3 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.10 2006/01/05 22:58:42 grange Exp $ */ +/* $OpenBSD: acpivar.h,v 1.11 2006/01/06 10:57:15 grange Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -151,11 +151,6 @@ struct acpi_table { #define ACPI_EVENT_TYPE(e) ((e) & ACPI_EVENT_MASK) #define ACPI_EVENT_INDEX(e) ((e) >> 16) -/* - * Sleep states - */ -#define ACPI_STATE_S5 5 - #if defined(_KERNEL) int acpi_map(paddr_t, size_t, struct acpi_mem_map *); void acpi_unmap(struct acpi_mem_map *); |