summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/CoreGfx/CoreGfx.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/CoreGfx.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/CoreGfx.h')
-rw-r--r--dev/modules/CoreGfx/CoreGfx.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev/modules/CoreGfx/CoreGfx.h b/dev/modules/CoreGfx/CoreGfx.h
index df22fed0..eda52520 100644
--- a/dev/modules/CoreGfx/CoreGfx.h
+++ b/dev/modules/CoreGfx/CoreGfx.h
@@ -129,15 +129,13 @@
#define FBDrawInRegionA(clr, height, width, base_x, base_y)
#endif // __NE_AMD64__
-#ifndef GFX_MGR_ACCESSIBILITY_H
+#ifndef CORE_GFX_ACCESSIBILITY_H
#include <modules/CoreGfx/CoreAccess.h>
-#endif // ifndef GFX_MGR_ACCESSIBILITY_H
+#endif // ifndef CORE_GFX_ACCESSIBILITY_H
namespace FB
{
- struct FB_CONTROL_BLOCK;
-
- inline void fb_clear_video() noexcept
+ inline Void fb_clear_video() noexcept
{
fb_init();
@@ -146,5 +144,4 @@ namespace FB
fb_clear();
}
-
} // namespace FB \ No newline at end of file