aboutsummaryrefslogtreecommitdiff
path: root/include/apos/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/types.h')
-rw-r--r--include/apos/types.h2
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 :/ */