From 81392dc08ab1a165558d30cb068d62f56752693b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 15 Jul 2026 16:00:23 +0200 Subject: kapi: rename bus::probe to enumerate --- kapi/kapi/devices/bus.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kapi') diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index 8e2b5acf..c4777616 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -44,10 +44,10 @@ namespace kapi::devices [[nodiscard]] auto children() const -> kstd::vector> const &; protected: - //! Probe the bus hardware state. + //! Enumerate the devices on the bus. //! //! @return true iff. the bus hardware is healthy, false otherwise. - auto virtual probe() -> bool; + auto virtual enumerate() -> bool; private: kstd::vector> m_devices; -- cgit v1.2.3