From 39713a3736145483dd3310c3605f940ca34f05c3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 12 Apr 2021 10:13:21 +0200 Subject: Refactoring --- src/core/syscall.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/core/syscall.h (limited to 'src/core/syscall.h') 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 -- cgit v1.2.3