From c4f8ef91f18d854a4ede7a94e95b2eab898d6963 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 10 Aug 2025 15:40:19 -0400 Subject: working usermode objdir iteration --- include/error.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'include/error.h') diff --git a/include/error.h b/include/error.h index 8aa087c..40a39e2 100644 --- a/include/error.h +++ b/include/error.h @@ -5,4 +5,21 @@ #define E_BADOBJ 1 #define E_ARGUMENT 2 +enum +{ + KE_OK = 0, + KE_BADOBJ, + KE_BADFUNC, + KE_BADTYPE, + KE_BADMSG, + KE_BADCALL, + KE_FULL, + KE_TOOSMALL, + KE_OOB, + KE_DNE, + KE_ALIGN, + KE_BADSIZE, + KE_OCCUPIED +}; + #endif -- cgit v1.2.1