diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 09:42:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 09:42:54 +0100 |
| commit | fc55f0d69d24fb4908cbd811681f2c3fac53614d (patch) | |
| tree | ba09a2cdbb225df7ba1a9ec5a12bcbb90b673ead /Public/Kits/SystemKit/SystemKit.hxx | |
| parent | 7bed9287589293bd9d712d152539591dee0b28c0 (diff) | |
kernel: add GKit, improve AMD64 HAL.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/SystemKit.hxx')
| -rw-r--r-- | Public/Kits/SystemKit/SystemKit.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/SystemKit.hxx b/Public/Kits/SystemKit/SystemKit.hxx new file mode 100644 index 00000000..eca53757 --- /dev/null +++ b/Public/Kits/SystemKit/SystemKit.hxx @@ -0,0 +1,12 @@ +/*** =========================================== + (C) Mahrouss Logic + ===========================================*/ + +#pragma once + +#include <SystemKit/CoreAPI.hxx> +#include <SystemKit/FileAPI.hxx> +#include <SystemKit/HeapAPI.hxx> +#include <SystemKit/ThreadAPI.hxx> + +using namespace HCore; |
