diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-17 13:40:56 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-17 13:40:56 +0300 |
| commit | 1ceed7525272b82c1028ebd353e65c3a63bd2714 (patch) | |
| tree | 828105db350e36df681bf79740434b47e6748e36 /include/apos/types.h | |
| parent | 2a256aa4f1abb65afa6f3856998bfe00ac960d61 (diff) | |
| download | kmi-1ceed7525272b82c1028ebd353e65c3a63bd2714.tar.gz kmi-1ceed7525272b82c1028ebd353e65c3a63bd2714.zip | |
expand sbi implementation a bit
Diffstat (limited to 'include/apos/types.h')
| -rw-r--r-- | include/apos/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/types.h b/include/apos/types.h index 2f06ec4..01c5317 100644 --- a/include/apos/types.h +++ b/include/apos/types.h @@ -184,6 +184,7 @@ typedef uint_fast16_t vmflags_t; /* negative error codes are reserved for general usage, positive error codes are * allowed to be function-specific. */ enum { + ERR_MISC = -8, /* something */ ERR_NOINIT = -7, /* not initialized */ ERR_INVAL = -6, /* invalid value */ ERR_EXT = -5, /* already exists */ |
