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/KernelKit/DeviceManager.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kernel/KernelKit/DeviceManager.hpp') diff --git a/Kernel/KernelKit/DeviceManager.hpp b/Kernel/KernelKit/DeviceManager.hpp index 11217fc6..219977f4 100644 --- a/Kernel/KernelKit/DeviceManager.hpp +++ b/Kernel/KernelKit/DeviceManager.hpp @@ -14,7 +14,7 @@ #pragma once -/* NewOS device interface manager. */ +/* Kernel device interface manager. */ /* @file KernelKit/DeviceManager.hpp */ /* @brief Device abstraction and I/O buffer. */ @@ -24,7 +24,7 @@ // Last Rev // Wed, Apr 3, 2024 9:09:41 AM -namespace NewOS +namespace Kernel { template class DeviceInterface; @@ -126,4 +126,4 @@ namespace NewOS kDeviceTypeMedia, kDeviceTypeCount, }; -} // namespace NewOS +} // namespace Kernel -- cgit v1.2.3