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/CoreAPI.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/CoreAPI.hxx')
| -rw-r--r-- | Public/Kits/SystemKit/CoreAPI.hxx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/CoreAPI.hxx b/Public/Kits/SystemKit/CoreAPI.hxx new file mode 100644 index 00000000..f3e67e96 --- /dev/null +++ b/Public/Kits/SystemKit/CoreAPI.hxx @@ -0,0 +1,17 @@ +/* + * ======================================================== + * + * h-core + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#pragma once + +#ifdef MUST_PASS +#undef MUST_PASS +#endif + +// unused by user side, it's a kernel thing. +#define MUST_PASS(e) ((void)e) |
