summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/SysCalls.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 10:35:48 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 10:35:48 +0100
commit84d91a9fd9c3363d0e0db581356d4cd58c03d1db (patch)
treeb7dc4d89141a8758fcd2e6447fd528d8423098ae /dev/SCIKit/SysCalls.h
parent67716b2871b1117510b26bc1aaf6fce7195272dc (diff)
IMP: Important changes to the SCI, add SysCalls.h file and SYSCALL_DECL macro.
Diffstat (limited to 'dev/SCIKit/SysCalls.h')
-rw-r--r--dev/SCIKit/SysCalls.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h
new file mode 100644
index 00000000..6504c9c2
--- /dev/null
+++ b/dev/SCIKit/SysCalls.h
@@ -0,0 +1,10 @@
+/* -------------------------------------------
+
+Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+
+File: Macros.h
+Purpose: SCIKit Macros header.
+
+------------------------------------------- */
+
+#pragma once