diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 02:52:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 02:52:16 +0200 |
| commit | cbae92965caf0653e8f32794db3ab4173b54504d (patch) | |
| tree | 895209f76b2300bd92b2ae40c602a8fb8470d373 /kapi | |
| parent | 59f54d012c71e782966e9d083f1ee9459fd3fd70 (diff) | |
| download | kernel-cbae92965caf0653e8f32794db3ab4173b54504d.tar.xz kernel-cbae92965caf0653e8f32794db3ab4173b54504d.zip | |
chore: minor cleanups after refactoring
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; |
