diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-21 14:02:17 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-21 14:02:17 +0200 |
| commit | 62d395d206171fdaf3fa62c495633990198db6c4 (patch) | |
| tree | bed68b4a0fd5ff5897f78418fd3527eb05c72ec9 /include/apos/syscalls.h | |
| parent | d312c853a8c9e6e2fd457fa5f840e65a9a738e7d (diff) | |
| download | kmi-62d395d206171fdaf3fa62c495633990198db6c4.tar.gz kmi-62d395d206171fdaf3fa62c495633990198db6c4.zip | |
possible optimisations
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index dd383c8..a5c805d 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -126,6 +126,8 @@ enum { /** Shutdown, reboot, etc. */ SYS_POWEROFF, /** @} */ + + SYS_NUM, }; /* function declarations should be somewhere else, this file could be used in |
