obj: add more set and namespace functions

This commit is contained in:
2023-02-25 17:57:53 +00:00
parent ef10ed5cd2
commit 8c87e78797
7 changed files with 248 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ typedef unsigned int kern_status_t;
#define KERN_NAME_EXISTS (2)
#define KERN_INVALID_ARGUMENT (3)
#define KERN_UNSUPPORTED (4)
#define KERN_NO_MEMORY (5)
#endif