diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-25 09:48:44 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-25 09:48:44 +0200 |
| commit | d1ce7e39bec8e1ecde3db1970896a7846f6e8c3a (patch) | |
| tree | 49f6d428d34d9723db59ec706d638eabba3d536c /dev/modules | |
| parent | 73f81de724f19aa875e4da7aa9e55166b199633f (diff) | |
IMP: Finish refactor.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/modules')
| -rw-r--r-- | dev/modules/LTE/LTE.h | 6 | ||||
| -rw-r--r-- | dev/modules/MBCI/MBCI.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev/modules/LTE/LTE.h b/dev/modules/LTE/LTE.h index c478892e..daced535 100644 --- a/dev/modules/LTE/LTE.h +++ b/dev/modules/LTE/LTE.h @@ -7,8 +7,8 @@ Purpose: LTE Standard Library. ------------------------------------------- */
-#ifndef _INC_NETWORK_LTE_HXX_
-#define _INC_NETWORK_LTE_HXX_
+#ifndef _INC_NETWORK_LTE_H_
+#define _INC_NETWORK_LTE_H_
#include <NewKit/Defines.h>
#include <NewKit/String.h>
@@ -37,4 +37,4 @@ Kernel::VoidPtr lte_read_sim_file(Kernel::Char* file, Kernel::Size offset,
Kernel::Int32 simSlot);
-#endif // ifndef _INC_NETWORK_LTE_HXX_
+#endif // ifndef _INC_NETWORK_LTE_H_
diff --git a/dev/modules/MBCI/MBCI.h b/dev/modules/MBCI/MBCI.h index 24c6b180..28133118 100644 --- a/dev/modules/MBCI/MBCI.h +++ b/dev/modules/MBCI/MBCI.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef _INC_MODULE_MBCI_HXX_ -#define _INC_MODULE_MBCI_HXX_ +#ifndef _INC_MODULE_MBCI_H_ +#define _INC_MODULE_MBCI_H_ #include <NewKit/Defines.h> #include <modules/ACPI/ACPI.h> @@ -96,4 +96,4 @@ namespace Kernel typedef UInt64 MBCIAuthyKeyType; } // namespace Kernel -#endif // ifndef _INC_MODULE_MBCI_HXX_ +#endif // ifndef _INC_MODULE_MBCI_H_ |
