From 9273c16434316a8ab60dc78ee65a03e68031203a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 29 Apr 2022 17:38:41 +0300 Subject: continue building base for irq handling --- include/apos/uapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/uapi.h') 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); -- cgit v1.3