diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-28 15:38:05 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-28 15:44:12 +0200 |
| commit | a9b891eb31b874c14fce79f7e3e9da8fab475224 (patch) | |
| tree | 60c7dc9d822f1ddcdb4550b93db9e9fea49605b3 /Kernel/Modules/LTE | |
| parent | c142fe6fda7d09e929c9706b444cdc13ed5e72f3 (diff) | |
IMP: 64X000 newosldr support.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Modules/LTE')
| -rw-r--r-- | Kernel/Modules/LTE/IO.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Modules/LTE/IO.hxx b/Kernel/Modules/LTE/IO.hxx index 7ae256e9..ac24776a 100644 --- a/Kernel/Modules/LTE/IO.hxx +++ b/Kernel/Modules/LTE/IO.hxx @@ -13,7 +13,7 @@ Purpose: LTE I/O. #include <NewKit/Defines.hpp>
#include <NewKit/String.hpp>
-/// @brief LTE I/O routines.
+/// @brief Long Term Evolution I/O routines.
/// @brief Turn on SIM slot.
NewOS::Boolean lte_turn_on_slot(NewOS::Int32 slot);
|
