aboutsummaryrefslogtreecommitdiff
path: root/kapi/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-10 17:49:40 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-10 17:49:40 +0200
commit21fd1281cf19572e202d583689b99c33ec68da50 (patch)
tree3325e00e4ccfe95db42be7a38a48350681c1c79f /kapi/include
parentc3f7b747f02a79b34ed914c54ce74be973b17af1 (diff)
downloadteachos-21fd1281cf19572e202d583689b99c33ec68da50.tar.xz
teachos-21fd1281cf19572e202d583689b99c33ec68da50.zip
kernel: let arch initialize the ACPI manager
Diffstat (limited to 'kapi/include')
-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