summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/acpica_machdep.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-09-10 01:14:42 +0000
committerjhb <jhb@FreeBSD.org>2003-09-10 01:14:42 +0000
commitb4d0f7315d7b127764bc50edd81eefb278232f6a (patch)
treea30b05294af97060caa6cb898f095ff18490af78 /sys/i386/include/acpica_machdep.h
parent6f01a91105943e6498fd2771b3bf632174239c44 (diff)
downloadFreeBSD-src-b4d0f7315d7b127764bc50edd81eefb278232f6a.zip
FreeBSD-src-b4d0f7315d7b127764bc50edd81eefb278232f6a.tar.gz
Add a acpi_SetDefaultIntrModel() method to allow drivers to set the
interrupt model prior to the acpi0 device being probed and attached.
Diffstat (limited to 'sys/i386/include/acpica_machdep.h')
-rw-r--r--sys/i386/include/acpica_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/acpica_machdep.h b/sys/i386/include/acpica_machdep.h
index a59cfe1..6ff98d8 100644
--- a/sys/i386/include/acpica_machdep.h
+++ b/sys/i386/include/acpica_machdep.h
@@ -120,4 +120,6 @@
#define COMPILER_DEPENDENT_UINT64 unsigned long long
#define ACPI_USE_NATIVE_DIVIDE
+void acpi_SetDefaultIntrModel(int model);
+
#endif /* __ACPICA_MACHDEP_H__ */
OpenPOWER on IntegriCloud