Store device structs in a dynamic list

This commit is contained in:
2025-10-03 22:25:16 +02:00
parent c0178a1405
commit 57ba9ff126
10 changed files with 44 additions and 24 deletions

View File

@ -3,6 +3,9 @@
#include <stdint.h>
#include "syscall.h"
#include "dev/dev.h"
extern Dev *DEVS;
int32_t SYSCALL5(sys_devctl, devh1, cmd1, buffer1, len1, extra1);