From 5468ca71a59c9e24c1d392554e8f97f0c1705394 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 10 Mar 2024 15:41:08 +0100 Subject: Kernel: Reworked StorageKit to add AHCI support. Signed-off-by: Amlal El Mahrouss --- Public/Kits/System.Core/System.hxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Public/Kits/System.Core/System.hxx (limited to 'Public/Kits/System.Core/System.hxx') 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 +#include +#include +#include + +using namespace HCore; -- cgit v1.2.3