diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-29 17:38:41 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-29 17:38:41 +0300 |
| commit | 9273c16434316a8ab60dc78ee65a03e68031203a (patch) | |
| tree | 41754de4b7c459fc07e20189948c94a0e2cab966 /include/apos/syscalls.h | |
| parent | 105f3d0dab75f669d1fc404c06b73289b343591c (diff) | |
| download | kmi-9273c16434316a8ab60dc78ee65a03e68031203a.tar.gz kmi-9273c16434316a8ab60dc78ee65a03e68031203a.zip | |
continue building base for irq handling
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 4 |
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 */ |
