aboutsummaryrefslogtreecommitdiff
path: root/src/inc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/syscall.h')
-rw-r--r--src/inc/syscall.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inc/syscall.h b/src/inc/syscall.h
deleted file mode 100644
index 3f89365..0000000
--- a/src/inc/syscall.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// MIT License, Copyright (c) 2020 Marvin Borner
-
-#ifndef SYSCALL_H
-#define SYSCALL_H
-
-void syscall_init();
-
-#endif