diff options
Diffstat (limited to 'kapi/kapi/devices/bus.hpp')
| -rw-r--r-- | kapi/kapi/devices/bus.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index c4777616..913149fb 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -11,7 +11,6 @@ #include <kstd/vector.hpp> #include <atomic> -#include <cstddef> namespace kapi::devices { @@ -24,10 +23,8 @@ namespace kapi::devices { //! Construct a bus with the given major number, minor number, and name. //! - //! @param major The major number of the bus. - //! @param minor The minor number of the bus. //! @param name The name of the bus. - bus(std::size_t major, std::size_t minor, kstd::string const & name); + explicit bus(kstd::string const & name); //! Initialize the bus and all of its children. //! |
