obj: add set and namespace object callbacks

This commit is contained in:
2023-02-25 19:12:09 +00:00
parent eed73e2414
commit bc1bc9fec5
5 changed files with 106 additions and 48 deletions

View File

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