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/syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/apos/syscalls.h') 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 */ -- cgit v1.3