summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/IPEFDylibObject.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 12:23:12 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 12:23:12 +0100
commite8f7d7a96c12981ef6d0e3b4a21e663449290a30 (patch)
treee08e4b5831d6568ef71840d0a146c1c2f495ca79 /src/kernel/KernelKit/IPEFDylibObject.h
parent7f5d98db2e1127eb873e0609055d1c2d931e4d9b (diff)
feat: kernel: Update copyright year for release prep.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/IPEFDylibObject.h')
-rw-r--r--src/kernel/KernelKit/IPEFDylibObject.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/kernel/KernelKit/IPEFDylibObject.h b/src/kernel/KernelKit/IPEFDylibObject.h
index a325cf52..13cfc3b0 100644
--- a/src/kernel/KernelKit/IPEFDylibObject.h
+++ b/src/kernel/KernelKit/IPEFDylibObject.h
@@ -1,9 +1,9 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-org/nekernel
-#ifndef __KERNELKIT_PEF_SHARED_OBJECT_H__
-#define __KERNELKIT_PEF_SHARED_OBJECT_H__
+#ifndef KERNELKIT_PEF_SHARED_OBJECT_H
+#define KERNELKIT_PEF_SHARED_OBJECT_H
#include <KernelKit/IDylibObject.h>
#include <KernelKit/PEF.h>
@@ -12,6 +12,7 @@
#include <NeKit/Config.h>
namespace Kernel {
+
/**
* @brief Shared Library class
* Load library from this class
@@ -82,6 +83,7 @@ using IDylibRef = IPEFDylibObject*;
EXTERN_C IDylibRef rtl_init_dylib_pef(UserProcess& header);
EXTERN_C Void rtl_fini_dylib_pef(UserProcess& header, IDylibRef lib, Bool* successful);
+
} // namespace Kernel
#endif /* ifndef __KERNELKIT_PEF_SHARED_OBJECT_H__ */