summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/ACPI
diff options
context:
space:
mode:
authorAmlal El Mahrouss <zka-holder@mahrouss-logic.com>2024-10-14 05:58:38 +0000
committerAmlal El Mahrouss <zka-holder@mahrouss-logic.com>2024-10-14 05:58:38 +0000
commitd9d82713326069478e6dd212763d1fac15e65370 (patch)
tree37775f4299281598b0f5121df4c188392daebd04 /dev/modules/ACPI
parent7477a0f942c374b652da4f80cdb36d4661aac3c8 (diff)
IMP: Basic ARM64 port.
Diffstat (limited to 'dev/modules/ACPI')
-rw-r--r--dev/modules/ACPI/ACPIFactoryInterface.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/modules/ACPI/ACPIFactoryInterface.hxx b/dev/modules/ACPI/ACPIFactoryInterface.hxx
index 3d16d5a1..57db9551 100644
--- a/dev/modules/ACPI/ACPIFactoryInterface.hxx
+++ b/dev/modules/ACPI/ACPIFactoryInterface.hxx
@@ -22,7 +22,7 @@ namespace Kernel
class ACPIFactoryInterface final
{
public:
- explicit ACPIFactoryInterface(voidPtr rsdPtr);
+ explicit ACPIFactoryInterface(voidPtr rsp_ptr);
~ACPIFactoryInterface() = default;
ACPIFactoryInterface& operator=(const ACPIFactoryInterface&) = default;