libmango: add kern_handle_control syscall
This commit is contained in:
@@ -12,5 +12,11 @@ extern kern_status_t kern_handle_transfer(
|
||||
kern_handle_t dest_handle,
|
||||
unsigned int mode,
|
||||
kern_handle_t *out_handle);
|
||||
extern kern_status_t kern_handle_control(
|
||||
kern_handle_t task,
|
||||
kern_handle_t handle,
|
||||
uint32_t set_mask,
|
||||
uint32_t clear_mask,
|
||||
uint32_t *out_flags);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user