Add a acpi_SetDefaultIntrModel() method to allow drivers to set the

interrupt model prior to the acpi0 device being probed and attached.
This commit is contained in:
John Baldwin 2003-09-10 01:14:42 +00:00
parent edacf73a07
commit 4c93af3788

View File

@ -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__ */