libmango: add userspace syscall call-gates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user