kernel: add a syscall to query generic information about an object
This commit is contained in:
@@ -4,5 +4,8 @@
|
||||
#include <mango/types.h>
|
||||
|
||||
extern kern_status_t kern_object_wait(kern_wait_item_t *items, size_t nr_items);
|
||||
extern kern_status_t kern_object_query(
|
||||
kern_handle_t handle,
|
||||
kern_object_info_t *out);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user