mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
edacf73a07
commit
4c93af3788
1 changed files with 2 additions and 0 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue