From 375d0210dcb2070a12d916523f4a1dafff28360c Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Tue, 2 Jul 2024 22:00:35 +0200 Subject: MHR-36: Change namespace name, got out of the codename stage. Signed-off-by: Amlal EL Mahrouss --- Kernel/NetworkKit/NetworkDevice.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Kernel/NetworkKit/NetworkDevice.hpp') diff --git a/Kernel/NetworkKit/NetworkDevice.hpp b/Kernel/NetworkKit/NetworkDevice.hpp index b2c29b62..b3e3103e 100644 --- a/Kernel/NetworkKit/NetworkDevice.hpp +++ b/Kernel/NetworkKit/NetworkDevice.hpp @@ -12,7 +12,7 @@ /// @note Can either work with: Ethernet, GPRS, WiFi -namespace NewOS +namespace Kernel { struct NetworkDeviceCommand; class NetworkDevice; @@ -73,7 +73,7 @@ namespace NewOS /// @brief LTE device. using LTENetworkDevice = NetworkDevice; -} // namespace NewOS +} // namespace Kernel #include -- cgit v1.2.3