diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:11:21 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:11:21 +0200 |
| commit | b0850d02b7fba8f0e16092c7609e928907d2521d (patch) | |
| tree | 81ba785ba42607dff1df3538f305a23b8c2b1ce5 /dev/modules/ACPI | |
| parent | 52b4044ab4956597aee4c629ba5fe5ec8966beac (diff) | |
IMP: Doing a cleanup and finishing the first version of ZKA.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/modules/ACPI')
| -rw-r--r-- | dev/modules/ACPI/ACPIFactoryInterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/ACPI/ACPIFactoryInterface.h b/dev/modules/ACPI/ACPIFactoryInterface.h index f3f041fc..105afc58 100644 --- a/dev/modules/ACPI/ACPIFactoryInterface.h +++ b/dev/modules/ACPI/ACPIFactoryInterface.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __MOD_ACPI_HXX__ -#define __MOD_ACPI_HXX__ +#ifndef __MOD_ACPI_H__ +#define __MOD_ACPI_H__ #include <KernelKit/DebugOutput.h> #include <modules/ACPI/ACPI.h> @@ -57,4 +57,4 @@ namespace Kernel }; } // namespace Kernel -#endif // !__MOD_ACPI_HXX__ +#endif // !__MOD_ACPI_H__ |
