summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/BootKit/Device.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 19:56:21 +0200
committerGitHub <noreply@github.com>2025-08-16 19:56:21 +0200
commit1a32b9307357ac0fc9095e853b2b6d94f9fe62bb (patch)
treef41f723659c8926e38182fbe062746d821ab487e /dev/boot/BootKit/Device.h
parenteb9df5eea339812513c25a8d3b2eeb03c633e7ac (diff)
parentb301047903b79560dce69085fc271a653a1eb4b6 (diff)
Merge pull request #55 from nekernel-org/dev
v0.0.4
Diffstat (limited to 'dev/boot/BootKit/Device.h')
-rw-r--r--dev/boot/BootKit/Device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/BootKit/Device.h b/dev/boot/BootKit/Device.h
index 6ae8cd6b..9a80e3c9 100644
--- a/dev/boot/BootKit/Device.h
+++ b/dev/boot/BootKit/Device.h
@@ -9,8 +9,7 @@
#include <modules/AHCI/AHCI.h>
#include <modules/ATA/ATA.h>
-using namespace Kernel;
-
+namespace Kernel {
/// @brief Device type.
class Device {
public:
@@ -33,3 +32,4 @@ class Device {
typedef Device BootDevice;
typedef Device NetworkDevice;
typedef Device DiskDevice;
+} // namespace Kernel \ No newline at end of file