summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NewKit/Crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/NewKit/Crc32.h')
-rw-r--r--dev/kernel/NewKit/Crc32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/NewKit/Crc32.h b/dev/kernel/NewKit/Crc32.h
index c3e14413..adc2e7a2 100644
--- a/dev/kernel/NewKit/Crc32.h
+++ b/dev/kernel/NewKit/Crc32.h
@@ -15,9 +15,9 @@
#define kCrcCnt (256)
-namespace NeOS
+namespace Kernel
{
UInt32 ke_calculate_crc32(const Char* crc, Int32 len) noexcept;
-} // namespace NeOS
+} // namespace Kernel
#endif // !CRC32_H