Add dev_delhandle() syscall to delete a device handle from process resources

This commit is contained in:
2025-11-08 16:24:04 +01:00
parent 2fa77d073f
commit e0162e9e0b
6 changed files with 26 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define SYS_DEV_LISTSIZE 34
#define SYS_DEV_STAT 35
#define SYS_DEV_CMD 36
#define SYS_DEV_DELHANDLE 39
#define SYS_TIME 38
#endif // SHARE_HDRS_SYSCALL_H_