summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/StorageKit/ATA.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/StorageKit/ATA.h')
-rw-r--r--dev/kernel/StorageKit/ATA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/StorageKit/ATA.h b/dev/kernel/StorageKit/ATA.h
index 5698fe85..562b22b6 100644
--- a/dev/kernel/StorageKit/ATA.h
+++ b/dev/kernel/StorageKit/ATA.h
@@ -11,7 +11,7 @@
#include <NewKit/OwnPtr.h>
#include <NewKit/Utils.h>
-namespace NeOS
+namespace Kernel
{
/// @brief ATA device interface type.
class ATADeviceInterface : public IDeviceObject<MountpointInterface*>
@@ -36,4 +36,4 @@ namespace NeOS
private:
void (*fCleanup)(void) = {nullptr};
};
-} // namespace NeOS
+} // namespace Kernel