summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/System.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 15:41:08 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 15:41:08 +0100
commit5468ca71a59c9e24c1d392554e8f97f0c1705394 (patch)
tree1e8af47da852d4ad02a2ea48a967694c7bfc19c3 /Public/Kits/System.Core/System.hxx
parent94d7585ae766d777f41d07b1a98051d12a6a0256 (diff)
Kernel: Reworked StorageKit to add AHCI support.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Kits/System.Core/System.hxx')
-rw-r--r--Public/Kits/System.Core/System.hxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/Public/Kits/System.Core/System.hxx b/Public/Kits/System.Core/System.hxx
new file mode 100644
index 00000000..97d4bdac
--- /dev/null
+++ b/Public/Kits/System.Core/System.hxx
@@ -0,0 +1,18 @@
+/*** ===========================================
+ (C) Mahrouss Logic
+ ===========================================*/
+
+#pragma once
+
+/** ---------------------------------------------------
+
+ * THIS FILE CONTAINS CODE FOR THE STANDARD HCORE API.
+
+------------------------------------------------------- */
+
+#include <System.Core/CoreAPI.hxx>
+#include <System.Core/FileAPI.hxx>
+#include <System.Core/HeapAPI.hxx>
+#include <System.Core/ThreadAPI.hxx>
+
+using namespace HCore;