syscall: handle: add stub implementation of kern_handle_control

This commit is contained in:
2026-04-01 18:41:33 +01:00
parent 3c494f0c4d
commit b92542c688
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -153,6 +153,12 @@ extern kern_status_t sys_kern_handle_transfer(
kern_handle_t dest_handle,
unsigned int mode,
kern_handle_t *out_handle);
extern kern_status_t sys_kern_handle_control(
kern_handle_t task,
kern_handle_t handle,
uint32_t set_mask,
uint32_t clear_mask,
uint32_t *out_flags);
extern kern_status_t sys_kern_config_get(
kern_config_key_t key,
void *ptr,