Add struct proc *acpi_thread in acpi_softc.
This commit is contained in:
parent
e126cbaaca
commit
72d5eef642
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user