summaryrefslogtreecommitdiffhomepage
path: root/Private/Builtins/PS2
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-28 13:05:28 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-28 13:05:28 +0100
commit84cc6ff6f43b48383248282743efc514946db641 (patch)
treefa7f9099b87e235ba122d17b6a3b39234cd39883 /Private/Builtins/PS2
parent3d798c5fc738768493df925d1f5d72256f2dec4e (diff)
Kernel: :boom: breaking changes, Update API and the HCORE based
macros, rename HCore to NewOS. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Builtins/PS2')
-rw-r--r--Private/Builtins/PS2/PS2MouseInterface.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Builtins/PS2/PS2MouseInterface.hxx b/Private/Builtins/PS2/PS2MouseInterface.hxx
index 2be85af1..8ef47581 100644
--- a/Private/Builtins/PS2/PS2MouseInterface.hxx
+++ b/Private/Builtins/PS2/PS2MouseInterface.hxx
@@ -17,7 +17,7 @@
#include <CompilerKit/CompilerKit.hxx>
#include <NewKit/Defines.hpp>
-namespace HCore {
+namespace NewOS {
/// @brief PS/2 Mouse driver interface
class PS2MouseInterface final {
public:
@@ -98,4 +98,4 @@ class PS2MouseInterface final {
return HAL::In8(0x60);
}
};
-} // namespace HCore
+} // namespace NewOS