From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- dev/Mod/LTE/LTE.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dev/Mod/LTE/LTE.h (limited to 'dev/Mod/LTE') diff --git a/dev/Mod/LTE/LTE.h b/dev/Mod/LTE/LTE.h deleted file mode 100644 index ef7d49f3..00000000 --- a/dev/Mod/LTE/LTE.h +++ /dev/null @@ -1,40 +0,0 @@ -/* ------------------------------------------- - -Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.. - -File: LTE\LTE.h. -Purpose: LTE Standard Library. - -------------------------------------------- */ - -#ifndef _INC_NETWORK_LTE_H_ -#define _INC_NETWORK_LTE_H_ - -#include -#include - -/// @brief Long Term Evolution I/O routines. - -/// @brief Turn on SIM slot. -NeOS::Boolean lte_turn_on_sim(NeOS::Int32 simSlot); - -/// @brief Turn off SIM slot. -NeOS::Boolean lte_turn_off_sim(NeOS::Int32 simSlot); - -/// @brief Send AT command. -NeOS::Boolean lte_send_at_command(NeOS::Char* buf, - NeOS::Size bufReadSz, - NeOS::Int32 simSlot); - -NeOS::Boolean lte_write_sim_file(NeOS::Char* file, - NeOS::VoidPtr buf, - NeOS::Size bufSz, - NeOS::Size offset, - NeOS::Int32 simSlot); - -NeOS::VoidPtr lte_read_sim_file(NeOS::Char* file, - NeOS::Size bufSz, - NeOS::Size offset, - NeOS::Int32 simSlot); - -#endif // ifndef _INC_NETWORK_LTE_H_ -- cgit v1.2.3