acpi: Add ACPI_SPMC debug layer define

Reported by:	des
Fixes:	c5daa5a4c3 ("acpi_spmc: Add system power management controller driver")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Aymeric Wibo
2026-01-26 17:54:37 +01:00
parent 0eb2c9d39b
commit 49ec19f1e1
+1
View File
@@ -191,6 +191,7 @@ extern struct mtx acpi_mutex;
#define ACPI_THERMAL 0x01000000
#define ACPI_TIMER 0x02000000
#define ACPI_OEM 0x04000000
#define ACPI_SPMC 0x08000000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().