diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2011-01-02 04:56:58 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2011-01-02 04:56:58 +0000 |
commit | 3ec6aa883c28c24f24dc786655ed0b7f3213a870 (patch) | |
tree | 68e4149630b26b2976ad38f7b53f7c1bb6cf820a /sys/dev/acpi/dsdt.h | |
parent | 4ca44bef3da389cc4556166e0c99ec18a7dca17a (diff) |
Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc
Serialize processing ACPI tasks for sleep/powerdown/GPE event
ok deraadt@
Diffstat (limited to 'sys/dev/acpi/dsdt.h')
-rw-r--r-- | sys/dev/acpi/dsdt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h index 0c58b1cccf8..aef42b43ded 100644 --- a/sys/dev/acpi/dsdt.h +++ b/sys/dev/acpi/dsdt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.h,v 1.55 2010/08/04 18:11:56 jordan Exp $ */ +/* $OpenBSD: dsdt.h,v 1.56 2011/01/02 04:56:57 jordan Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -274,7 +274,6 @@ int aml_rdpciaddr(struct aml_node *pcidev, #ifndef SMALL_KERNEL void acpi_getdevlist(struct acpi_devlist_head *, struct aml_node *, struct aml_value *, int); -void acpi_poll_notify(void); void aml_notify_dev(const char *, int); #endif |