From 70ae21935c7c68ed8a380611481b553b94cee657 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Thu, 13 Jun 2024 15:52:14 +0200 Subject: MHR-31: common namespace, mahrouss api. Signed-off-by: Amlal EL Mahrouss --- Kernel/NewKit/Defines.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Kernel/NewKit') diff --git a/Kernel/NewKit/Defines.hpp b/Kernel/NewKit/Defines.hpp index 3210f1ef..96f13fd9 100644 --- a/Kernel/NewKit/Defines.hpp +++ b/Kernel/NewKit/Defines.hpp @@ -133,6 +133,12 @@ namespace NewOS }; } // namespace NewOS +/// @note this is for the purpose of having a common namespace alongside zeta's codebase. +namespace ma::zeta::kernel +{ + using namespace NewOS; +} + #define DEDUCE_ENDIAN(address, value) \ (((reinterpret_cast(address)[0]) == (value)) \ ? (NewOS::Endian::kEndianBig) \ -- cgit v1.2.3