summaryrefslogtreecommitdiff
path: root/newlib/syscall.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-13 14:40:09 +0200
committerMiguel <m.i@gmx.at>2018-09-13 14:40:09 +0200
commit3bba2df34be1680777ff85ad4fbc43717609ec75 (patch)
tree983e3c2b5667e3aa150502f59453ecebeeeba63a /newlib/syscall.h
parentf844fafd324fbf4c7a986df2f0814f2e2d93bcd8 (diff)
thinking about syscalls and newlib ...
Diffstat (limited to 'newlib/syscall.h')
-rw-r--r--newlib/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/syscall.h b/newlib/syscall.h
deleted file mode 100644
index 2cadce4..0000000
--- a/newlib/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);