libmango: add userspace syscall call-gates

This commit is contained in:
2026-02-19 19:22:06 +00:00
parent 1d4fd4f586
commit 9a90662eaa
9 changed files with 319 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef MANGO_HANDLE_H_
#define MANGO_HANDLE_H_
#include <mango/status.h>
#include <mango/types.h>
extern kern_status_t kern_handle_close(kern_handle_t handle);
#endif