aboutsummaryrefslogtreecommitdiff
path: root/include/apos/uapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/uapi.h')
-rw-r--r--include/apos/uapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/uapi.h b/include/apos/uapi.h
index fa66b31..a6fc2b7 100644
--- a/include/apos/uapi.h
+++ b/include/apos/uapi.h
@@ -60,6 +60,9 @@ typedef vm_t (*sys_t)(vm_t, vm_t, vm_t, vm_t);
} \
static vm_t __##name
+/* noop */
+SYSCALL_DECLARE(noop);
+
/* memory */
SYSCALL_DECLARE(req_mem);
SYSCALL_DECLARE(req_pmem);