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 a0f1a2d1..954d368b 100644
--- a/dev/kernel/StorageKit/StorageKit.h
+++ b/dev/kernel/StorageKit/StorageKit.h
@@ -10,7 +10,7 @@
#define kDriveSectorSizeSSD (512U)
#define kDriveSectorSizeOptical (2048)
-namespace NeOS
+namespace Kernel
{
template <typename T>
class IDeviceObject;
@@ -19,4 +19,4 @@ namespace NeOS
class AHCIDeviceInterface;
class ATADeviceInterface;
class SCSIDeviceInterface;
-} // namespace NeOS
+} // namespace Kernel