diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:40:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 21:40:49 -0500 |
| commit | e0e8acd3db4ba1d50384f26305c6cc9021652840 (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /src/modules/ACPI | |
| parent | 44ad26b648a79503303c596bb20a6995255dc630 (diff) | |
| parent | b456c928fecf78157270b052e441a427f06afdda (diff) | |
Merge pull request #94 from nekernel-org/dev
Vet.h and Ref.h
Diffstat (limited to 'src/modules/ACPI')
| -rw-r--r-- | src/modules/ACPI/ACPI.h | 2 | ||||
| -rw-r--r-- | src/modules/ACPI/ACPIFactoryInterface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/ACPI/ACPI.h b/src/modules/ACPI/ACPI.h index b5bf3b69..5977da61 100644 --- a/src/modules/ACPI/ACPI.h +++ b/src/modules/ACPI/ACPI.h @@ -11,7 +11,7 @@ https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html */ -#include <NeKit/Defines.h> +#include <NeKit/Config.h> #define SDT_OBJECT : public Kernel::SDT diff --git a/src/modules/ACPI/ACPIFactoryInterface.h b/src/modules/ACPI/ACPIFactoryInterface.h index da91a62e..372175b3 100644 --- a/src/modules/ACPI/ACPIFactoryInterface.h +++ b/src/modules/ACPI/ACPIFactoryInterface.h @@ -8,7 +8,7 @@ #define __MOD_ACPI_H__ #include <KernelKit/DebugOutput.h> -#include <NeKit/Defines.h> +#include <NeKit/Config.h> #include <NeKit/ErrorOr.h> #include <NeKit/Ref.h> #include <modules/ACPI/ACPI.h> |
