summaryrefslogtreecommitdiff
path: root/asm/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/syscall.h')
-rw-r--r--asm/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/syscall.h b/asm/syscall.h
deleted file mode 100644
index 2cadce4..0000000
--- a/asm/syscall.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Issue a System Call from Ring 3 / User Space
- *
- * Accepts up to 3 parameters.
- * Check syscalls.h for details.
- */
-
-uint32_t syscall(uint32_t code,
- uint32_t param_1,
- uint32_t param_2,
- uint32_t param_3);