From d2f2714398d415eb9a628aab82b332b92ad5c923 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 20 Sep 2022 15:38:06 +0300 Subject: add capability subsystem and syscalls --- include/apos/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/types.h') diff --git a/include/apos/types.h b/include/apos/types.h index f249705..e06ccd0 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -455,6 +455,8 @@ typedef uint_fast16_t vmflags_t; */ /* should this enum be somewhere else? */ enum status_codes { + /** Permission error. */ + ERR_PERM = -10, /** Internal error, should probably halt */ ERR_INT = -9, /** Something went wrong :/ */ -- cgit v1.3