summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-24 14:31:57 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-24 14:31:57 +0100
commit2a1e69c1fe299d6e2f03cb5ebc78e27de87d0662 (patch)
tree6328a1117557ada5c9577b4c90664dfbf59a2dd2 /Private/NewKit
parentb842e2d8e09189d527006ca5b3dec58128afe953 (diff)
HCR-11 && HCR-14: Work had been done to bring driver support to hcore's
kernel. - AHCI is the de-facto kernel driver. - Drivers will be loaded as processes (except the builtin disk driver) - A GUI subsystem is in progress. Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Defines.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Private/NewKit/Defines.hpp b/Private/NewKit/Defines.hpp
index a1bbe6b0..8af9aeb6 100644
--- a/Private/NewKit/Defines.hpp
+++ b/Private/NewKit/Defines.hpp
@@ -82,8 +82,9 @@ Args &&move(Args &&arg) {
}
/// Handle type.
-typedef struct {
+typedef struct _Handle {
UIntPtr _Unused;
+ void Release(_Handle *);
} *Handle;
} // namespace HCore