aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index ed18872..6f9e312 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -4,6 +4,10 @@
/* enum for now, possibly macros in the future once I get an approximate idea of
* which syscalls are necessary etc. */
enum {
+ /* noop, for testing out how many syscalls per second can done I suppose
+ * */
+ SYS_NOOP,
+
/* memory management */
SYS_REQ_MEM, /* request memory from anywhere */
SYS_REQ_PMEM, /* request physical address */