aboutsummaryrefslogtreecommitdiff
path: root/include/apos/uapi.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-04-29 17:38:41 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-04-29 17:38:41 +0300
commit9273c16434316a8ab60dc78ee65a03e68031203a (patch)
tree41754de4b7c459fc07e20189948c94a0e2cab966 /include/apos/uapi.h
parent105f3d0dab75f669d1fc404c06b73289b343591c (diff)
downloadkmi-9273c16434316a8ab60dc78ee65a03e68031203a.tar.gz
kmi-9273c16434316a8ab60dc78ee65a03e68031203a.zip
continue building base for irq handling
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);