summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/SystemKit/CoreAPI.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 10:53:58 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 10:53:58 +0100
commitf8c9b81ff120160af60af6e9d44cba338aceb65a (patch)
treecb4683589aab4d50470628f189dc366814fd80ad /Public/Kits/SystemKit/CoreAPI.hxx
parente03903b98aa0b4d2dc3ed4637863124f28c4e1fe (diff)
Kernel: Improved kernel design and Bootloader runs on real hardware!
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/CoreAPI.hxx')
-rw-r--r--Public/Kits/SystemKit/CoreAPI.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/CoreAPI.hxx b/Public/Kits/SystemKit/CoreAPI.hxx
index fa5e8eef..64373987 100644
--- a/Public/Kits/SystemKit/CoreAPI.hxx
+++ b/Public/Kits/SystemKit/CoreAPI.hxx
@@ -24,3 +24,8 @@
#define STDCALL __attribute__((stdcall))
#define CDECL __attribute__((cdecl))
+#define MSCALL __attribute__((ms_abi))
+
+typedef __UINT16_TYPE__ WORD;
+typedef __UINT32_TYPE__ DWORD;
+typedef __UINT64_TYPE__ QWORD;