kernel: handle: init handle table duplication

This commit is contained in:
2026-04-19 20:07:51 +01:00
parent c87c29366d
commit f1dd9d8564
3 changed files with 88 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@ struct handle_table {
extern struct handle_table *handle_table_create(void);
extern void handle_table_destroy(struct handle_table *tab);
extern kern_status_t handle_table_duplicate(
struct handle_table *src,
struct handle_table **dest);
extern kern_status_t handle_table_alloc_handle(
struct handle_table *tab,