mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124497
@ -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 New Issue
Block a user