mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a component constant for ACPI_TOSHIBA to fix compilation of
acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386.
This commit is contained in:
parent
76b0ae588c
commit
0657fe7356
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ struct acpi_device {
|
|||
#define ACPI_PROCESSOR 0x00140000
|
||||
#define ACPI_THERMAL 0x00180000
|
||||
#define ACPI_FAN 0x00200000
|
||||
#define ACPI_TOSHIBA 0x00400000
|
||||
|
||||
/*
|
||||
* Constants for different interrupt models used with acpi_SetIntrModel().
|
||||
|
|
|
|||
Loading…
Reference in a new issue