From 62d395d206171fdaf3fa62c495633990198db6c4 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 21 Nov 2022 14:02:17 +0200 Subject: possible optimisations --- include/apos/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/syscalls.h') 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 -- cgit v1.3