Break devctl() up into smaller syscalls

This commit is contained in:
2025-10-14 21:35:10 +02:00
parent 0c3250e8d6
commit fa6c194163
20 changed files with 199 additions and 164 deletions

View File

@ -5,7 +5,7 @@
#include "syscall.h"
#include "vfs.h"
#include "errors.h"
#include "sysdefs/devctl.h"
#include "sysdefs/dev.h"
#include "vfs/vfs.h"
#include "spinlock/spinlock.h"
#include "dev/dev.h"