Move to new processctl syscall, share common kernel and ulib headers

This commit is contained in:
2025-09-05 15:44:57 +02:00
parent ca92a0e6a8
commit 708c53c64d
20 changed files with 98 additions and 27 deletions

View File

@ -1,7 +1,7 @@
#include <stddef.h>
#include <stdint.h>
#include "spinlock/spinlock.h"
#include "errors.h"
#include "hdrs/errors.h"
#include "dlmalloc/malloc.h"
#include "ramsd.h"
#include "storedev.h"

View File

@ -3,7 +3,7 @@
#include "storedev.h"
#include "spinlock/spinlock.h"
#include "kprintf.h"
#include "errors.h"
#include "hdrs/errors.h"
#include "dlmalloc/malloc.h"
#include "ramsd.h"
#include "util/util.h"