summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/StorageKit/NVME.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/StorageKit/NVME.h')
-rw-r--r--dev/kernel/StorageKit/NVME.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/StorageKit/NVME.h b/dev/kernel/StorageKit/NVME.h
index 22300726..748bb02a 100644
--- a/dev/kernel/StorageKit/NVME.h
+++ b/dev/kernel/StorageKit/NVME.h
@@ -9,7 +9,7 @@
#include <KernelKit/DeviceMgr.h>
#include <KernelKit/DriveMgr.h>
-namespace NeOS
+namespace Kernel
{
class NVMEDeviceInterface final NE_DEVICE<MountpointInterface*>
{
@@ -31,4 +31,4 @@ namespace NeOS
private:
Void (*fCleanup)(Void) = {nullptr};
};
-} // namespace NeOS
+} // namespace Kernel