diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-24 16:28:05 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-24 16:28:05 +0200 |
| commit | 7d673b1091ee4099086302c87c9bac8f0c41305d (patch) | |
| tree | 52a319c11c6e2aa5772d37f80216d5de35188731 /kapi | |
| parent | 88db123ae14fd2de55a9cd986dade018839cb4d4 (diff) | |
| download | kernel-7d673b1091ee4099086302c87c9bac8f0c41305d.tar.xz kernel-7d673b1091ee4099086302c87c9bac8f0c41305d.zip | |
x86_64: split files for devices and drivers
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/kapi/devices.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kapi/kapi/devices.hpp b/kapi/kapi/devices.hpp index 1ca4c9d9..92c8df89 100644 --- a/kapi/kapi/devices.hpp +++ b/kapi/kapi/devices.hpp @@ -65,6 +65,9 @@ namespace kapi::devices //! @addtogroup kapi-devices-platform-defined //! @{ + //! Initialize the platform's drivers. + auto init_platform_drivers() -> void; + //! Initialize the platform's device tree. auto init_platform_devices() -> void; |
