From df44a789fc90497325ba91be515c02145ae39142 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 21:49:58 +0100 Subject: Kernel: Provide platform specific code for IOArray. Kernel: Add PE header for Kernel AND bootloader. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/Framebuffer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/KernelKit/Framebuffer.hpp') diff --git a/Private/KernelKit/Framebuffer.hpp b/Private/KernelKit/Framebuffer.hpp index a0a0e4c5..4266220d 100644 --- a/Private/KernelKit/Framebuffer.hpp +++ b/Private/KernelKit/Framebuffer.hpp @@ -7,8 +7,8 @@ * ======================================================== */ -#ifndef _INC_FB_HPP__ -#define _INC_FB_HPP__ +#ifndef __INC_FB_HPP__ +#define __INC_FB_HPP__ #include #include @@ -56,4 +56,4 @@ namespace HCore }; } // namespace HCore -#endif /* ifndef _INC_FB_HPP__ */ +#endif /* ifndef __INC_FB_HPP__ */ -- cgit v1.2.3