diff options
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; |
