diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-20 15:38:06 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-20 15:38:06 +0300 |
| commit | d2f2714398d415eb9a628aab82b332b92ad5c923 (patch) | |
| tree | ce6844c3f6f446b3acefffbd294dfecd3eb8dc98 /include/apos/types.h | |
| parent | a717296a2036cede5fccfff544513043a984d614 (diff) | |
| download | kmi-d2f2714398d415eb9a628aab82b332b92ad5c923.tar.gz kmi-d2f2714398d415eb9a628aab82b332b92ad5c923.zip | |
add capability subsystem and syscalls
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 :/ */ |
