summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-09-26 17:42:34 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-09-26 17:42:34 +0000
commit0cb15fca72634a5c3f253fc6fbf12f8bec325d18 (patch)
tree96b57b6c6c26bf8aae04f6ade21967a9c5316def /sys
parent63a61f074eb04986fc5ea7c9e47039a86c53b07b (diff)
downloadFreeBSD-src-0cb15fca72634a5c3f253fc6fbf12f8bec325d18.zip
FreeBSD-src-0cb15fca72634a5c3f253fc6fbf12f8bec325d18.tar.gz
Add struct proc *acpi_thread in acpi_softc.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpi/acpi.h b/sys/dev/acpi/acpi.h
index b2de5e3..794840a 100644
--- a/sys/dev/acpi/acpi.h
+++ b/sys/dev/acpi/acpi.h
@@ -84,6 +84,7 @@ typedef struct acpi_softc {
LIST_HEAD(, acpi_powerres_info) acpi_powerres_inflist;
LIST_HEAD(, acpi_powerres_device) acpi_powerres_devlist;
STAILQ_HEAD(, acpi_event) event;
+ struct proc *acpi_thread;
} acpi_softc_t;
/* Device State */
OpenPOWER on IntegriCloud