From 0a2760d8a5ce09ae77cfc097ece4100579164f9d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 11 Mar 2025 08:10:55 +0100 Subject: Many AHCI improvements and IPC tweaks. Signed-off-by: Amlal El Mahrouss --- dev/Mod/ACPI/ACPIFactoryInterface.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev/Mod/ACPI/ACPIFactoryInterface.h') diff --git a/dev/Mod/ACPI/ACPIFactoryInterface.h b/dev/Mod/ACPI/ACPIFactoryInterface.h index eb8d7353..d398b2b7 100644 --- a/dev/Mod/ACPI/ACPIFactoryInterface.h +++ b/dev/Mod/ACPI/ACPIFactoryInterface.h @@ -21,7 +21,7 @@ namespace NeOS typedef ACPIFactoryInterface PowerFactoryInterface; - class ACPIFactoryInterface final : public PowerFactory + class ACPIFactoryInterface final NE_POWER_FACTORY { public: explicit ACPIFactoryInterface(voidPtr rsp_ptr); @@ -47,10 +47,7 @@ namespace NeOS bool Checksum(const Char* checksum, SSizeT len); // watch for collides! public: - ErrorOr operator[](const Char* signature) - { - return this->Find(signature); - } + ErrorOr operator[](const Char* signature); private: VoidPtr fRsdp{nullptr}; // pointer to root descriptor. -- cgit v1.2.3