summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/PCI/Database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/PCI/Database.hpp')
-rw-r--r--Private/KernelKit/PCI/Database.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/KernelKit/PCI/Database.hpp b/Private/KernelKit/PCI/Database.hpp
index b62108a7..72198041 100644
--- a/Private/KernelKit/PCI/Database.hpp
+++ b/Private/KernelKit/PCI/Database.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * HCore
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
@@ -11,7 +11,7 @@
#include <KernelKit/PCI/Device.hpp>
#include <NewKit/Defines.hpp>
-namespace hCore {
+namespace HCore {
namespace Types {
// https://wiki.osdev.org/PCI
enum class PciDeviceKind : UChar {
@@ -35,4 +35,4 @@ namespace hCore {
Invalid = Unassgined,
};
} // namespace Types
-} // namespace hCore
+} // namespace HCore