diff options
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/kapi/devices/bus.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index 6c42d1de..0d679c4e 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -42,11 +42,6 @@ namespace kapi::devices //! @return A vector of all children attached to this bus. [[nodiscard]] auto children() const -> std::span<kstd::shared_ptr<device> const>; - // //! Get this bus's protocol facet, if present. - // //! - // //! @return this bus's protocol facet if it has one, nullptr otherwise. - // [[nodiscard]] virtual auto protocol() -> struct bus_protocol *; - protected: //! All busses have the "bus" facet. auto query_facet(kapi::capabilities::facet_id facet) -> void * override; |
