summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/StorageKit/StorageKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/StorageKit/StorageKit.h')
-rw-r--r--dev/Kernel/StorageKit/StorageKit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/StorageKit/StorageKit.h b/dev/Kernel/StorageKit/StorageKit.h
index 954d368b..a0f1a2d1 100644
--- a/dev/Kernel/StorageKit/StorageKit.h
+++ b/dev/Kernel/StorageKit/StorageKit.h
@@ -10,7 +10,7 @@
#define kDriveSectorSizeSSD (512U)
#define kDriveSectorSizeOptical (2048)
-namespace Kernel
+namespace NeOS
{
template <typename T>
class IDeviceObject;
@@ -19,4 +19,4 @@ namespace Kernel
class AHCIDeviceInterface;
class ATADeviceInterface;
class SCSIDeviceInterface;
-} // namespace Kernel
+} // namespace NeOS