summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/ACPI/ACPIFactoryInterface.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-11 08:10:55 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-11 08:10:55 +0100
commit0a2760d8a5ce09ae77cfc097ece4100579164f9d (patch)
tree38be73d31c13aa0ac3a7883dfd22cc2b8208dbb9 /dev/Mod/ACPI/ACPIFactoryInterface.h
parentc6d9cc48540b380583fc2bb8fcfe59a9113d0e19 (diff)
Many AHCI improvements and IPC tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod/ACPI/ACPIFactoryInterface.h')
-rw-r--r--dev/Mod/ACPI/ACPIFactoryInterface.h7
1 files changed, 2 insertions, 5 deletions
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<voidPtr> operator[](const Char* signature)
- {
- return this->Find(signature);
- }
+ ErrorOr<voidPtr> operator[](const Char* signature);
private:
VoidPtr fRsdp{nullptr}; // pointer to root descriptor.