summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/PCI/IO.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/PCI/IO.hpp')
-rw-r--r--Kernel/KernelKit/PCI/IO.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/KernelKit/PCI/IO.hpp b/Kernel/KernelKit/PCI/IO.hpp
index cd44764c..262361ed 100644
--- a/Kernel/KernelKit/PCI/IO.hpp
+++ b/Kernel/KernelKit/PCI/IO.hpp
@@ -11,7 +11,7 @@
#include <NewKit/Defines.hpp>
#include <NewKit/Ref.hpp>
-namespace NewOS
+namespace Kernel
{
template <SizeT Sz>
class IOArray final
@@ -50,7 +50,7 @@ namespace NewOS
};
using IOArray16 = IOArray<16>;
-} // namespace NewOS
+} // namespace Kernel
#ifdef __x86_64__
#include <KernelKit/PCI/IO-Impl-AMD64.inl>