summaryrefslogtreecommitdiffhomepage
path: root/Kernel
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-17 15:31:00 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-17 15:31:00 +0200
commite8f7e653364e4a2d48529c07b8325a8f147cf3e9 (patch)
tree45e5cc039b042c138341623f6ec8975271703979 /Kernel
parent9a6367cd51f4a8544e2ee7c68f1cca401b4f0066 (diff)
MHR-31: Will add 'Profiles' for phone/laptop models.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/NetworkKit/NetworkDevice.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp
index 58b9a98b..20c2a66a 100644
--- a/Kernel/NetworkKit/NetworkDevice.hpp
+++ b/Kernel/NetworkKit/NetworkDevice.hpp
@@ -4,8 +4,8 @@
------------------------------------------- */
-#ifndef __NETWORK_DEVICE__
-#define __NETWORK_DEVICE__
+#ifndef __INC_NETWORK_DEVICE_HPP__
+#define __INC_NETWORK_DEVICE_HPP__
#include <KernelKit/DeviceManager.hpp>
#include <NetworkKit/IP.hpp>
@@ -70,4 +70,4 @@ namespace NewOS
#include <NetworkKit/NetworkDevice.inl>
-#endif // !__NETWORK_DEVICE__
+#endif // !__INC_NETWORK_DEVICE_HPP__