aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
Diffstat (limited to 'kapi')
-rw-r--r--kapi/include/kapi/acpi.hpp12
1 files changed, 0 insertions, 12 deletions
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<Signature> 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