From 21fd1281cf19572e202d583689b99c33ec68da50 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 10 Apr 2026 17:49:40 +0200 Subject: kernel: let arch initialize the ACPI manager --- kapi/include/kapi/acpi.hpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'kapi') diff --git a/kapi/include/kapi/acpi.hpp b/kapi/include/kapi/acpi.hpp index 01fd113..2835496 100644 --- a/kapi/include/kapi/acpi.hpp +++ b/kapi/include/kapi/acpi.hpp @@ -35,18 +35,6 @@ namespace kapi::acpi return kstd::make_observer(static_cast<::acpi::table_type_t const *>(get_table(Signature).get())); } - //! @} - - //! @addtogroup kapi-acpi-platform-defined - //! @{ - - //! Retrieve the RSDP or XSDP for this system. - //! - //! @return a pointer to either the RSDP or XSDP data structure, or @p nullptr if neither is present. - auto get_root_pointer() -> kstd::observer_ptr<::acpi::rsdp const>; - - //! @} - } // namespace kapi::acpi #endif -- cgit v1.2.3