aboutsummaryrefslogtreecommitdiff
path: root/src/core/syscall.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
commit39713a3736145483dd3310c3605f940ca34f05c3 (patch)
treed4dcdf0f3b667a5d706aa4b04501a71facf186bd /src/core/syscall.h
parent6edeba8fe208fb019aec00fdc72b97407a8078d3 (diff)
Refactoring
Diffstat (limited to 'src/core/syscall.h')
-rw-r--r--src/core/syscall.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/syscall.h b/src/core/syscall.h
new file mode 100644
index 0000000..1f0c584
--- /dev/null
+++ b/src/core/syscall.h
@@ -0,0 +1,9 @@
+#ifndef SYSCALL_H
+#define SYSCALL_H
+
+/*
+ * Perform a syscall
+ */
+void syscall();
+
+#endif \ No newline at end of file