summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/CoreGfx/CoreAccess.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-05 06:34:10 +0200
committerGitHub <noreply@github.com>2025-04-05 06:34:10 +0200
commitb18c5e09961d8bc0b2368176d9fb23789afebb87 (patch)
tree0f29fbbe829f4d276b0bc3088138c81157fc4c73 /dev/modules/CoreGfx/CoreAccess.h
parentf085fd23cd23edfac585d326786b9a42b04da344 (diff)
parent9b7a2a6461a463b08a120c660fcc64b46b65d417 (diff)
Merge pull request #11 from amlel-el-mahrouss/dev
pr: a big commit regarding MBCI, AHCI, and others.
Diffstat (limited to 'dev/modules/CoreGfx/CoreAccess.h')
-rw-r--r--dev/modules/CoreGfx/CoreAccess.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/modules/CoreGfx/CoreAccess.h b/dev/modules/CoreGfx/CoreAccess.h
index adc9ed33..b3d17a59 100644
--- a/dev/modules/CoreGfx/CoreAccess.h
+++ b/dev/modules/CoreGfx/CoreAccess.h
@@ -4,8 +4,8 @@
------------------------------------------- */
-#ifndef GFX_MGR_ACCESSIBILITY_H
-#define GFX_MGR_ACCESSIBILITY_H
+#ifndef CORE_GFX_ACCESSIBILITY_H
+#define CORE_GFX_ACCESSIBILITY_H
#include <NewKit/NewKit.h>
#include <KernelKit/KPC.h>
@@ -38,4 +38,4 @@ namespace FB
};
} // namespace FB
-#endif // !GFX_MGR_ACCESSIBILITY_H_
+#endif // !CORE_GFX_ACCESSIBILITY_H_