summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-01-26 19:29:04 +0000
committerjhb <jhb@FreeBSD.org>2004-01-26 19:29:04 +0000
commit217fb330c26cc6bc733ebc468bcfee39aa6860ea (patch)
tree4ed8b04cfefba8ee10a369d6bef9051c5e623bb5 /sys/dev/acpica/acpivar.h
parent2549da444c26a02cfd246f858cad2bc971e94c21 (diff)
downloadFreeBSD-src-217fb330c26cc6bc733ebc468bcfee39aa6860ea.zip
FreeBSD-src-217fb330c26cc6bc733ebc468bcfee39aa6860ea.tar.gz
Move the code to initialize ACPI-CA into a separate acpi_Startup() function
that other modules can call to initialize ACPI-CA before the new-bus probe and change acpi_identify() to call it. Reviewed by: njl
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 99c2f9d..ac6dd72 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -190,6 +190,7 @@ extern ACPI_STATUS acpi_AppendBufferResource(ACPI_BUFFER *buf,
extern ACPI_STATUS acpi_OverrideInterruptLevel(UINT32 InterruptNumber);
extern ACPI_STATUS acpi_SetIntrModel(int model);
extern ACPI_STATUS acpi_SetSleepState(struct acpi_softc *sc, int state);
+extern ACPI_STATUS acpi_Startup(void);
extern ACPI_STATUS acpi_Enable(struct acpi_softc *sc);
extern ACPI_STATUS acpi_Disable(struct acpi_softc *sc);
extern void acpi_UserNotify(const char *subsystem, ACPI_HANDLE h,
OpenPOWER on IntegriCloud