summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/Semaphore.h')
-rw-r--r--src/kernel/KernelKit/Semaphore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/KernelKit/Semaphore.h b/src/kernel/KernelKit/Semaphore.h
index 601235a8..6fafc88b 100644
--- a/src/kernel/KernelKit/Semaphore.h
+++ b/src/kernel/KernelKit/Semaphore.h
@@ -2,8 +2,8 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-org/nekernel
-#ifndef __KERNEL_KIT_TLS_H__
-#define __KERNEL_KIT_TLS_H__
+#ifndef KERNELKIT_TLS_H
+#define KERNELKIT_TLS_H
/// @author Amlal El Mahrouss
/// @file Semaphore.h
@@ -108,4 +108,4 @@ inline bool rtl_sem_wait(SemaphoreArr& sem, const UInt64 owner, const UInt64 tim
}
} // namespace Kernel
-#endif // !__KERNEL_KIT_TLS_H__ \ No newline at end of file
+#endif // !KERNELKIT_TLS_H \ No newline at end of file