diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-19 20:04:41 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-19 20:04:41 +0200 |
| commit | 37bbadbaa9397e0ebeb81247357bc70a2f64a648 (patch) | |
| tree | b42880216056840743c074a2f63c23823266f988 /Kernel | |
| parent | dd643d1266229e5b7e81ae9ace988921e9c2c3b0 (diff) | |
unstable: Add ma:: namespace.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel')
| -rw-r--r-- | Kernel/NewKit/Defines.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Kernel/NewKit/Defines.hpp b/Kernel/NewKit/Defines.hpp index 00fb5df9..45aaed37 100644 --- a/Kernel/NewKit/Defines.hpp +++ b/Kernel/NewKit/Defines.hpp @@ -133,6 +133,11 @@ namespace NewOS }; } // namespace NewOS +namespace ma::zeta::kern +{ + using namespace NewOS; +} // namespace ma::zeta::kern + #define DEDUCE_ENDIAN(address, value) \ (((reinterpret_cast<NewOS::Char*>(address)[0]) == (value)) \ ? (NewOS::Endian::kEndianBig) \ |
