[Mammoth] Move thread and process to the proc/ folder

This commit is contained in:
Drew Galbraith 2023-11-22 14:10:10 -08:00
parent 99a75a4a76
commit c42fb858ba
14 changed files with 11 additions and 13 deletions

View file

@ -3,7 +3,7 @@
#include <mammoth/debug.h>
#include <mammoth/init.h>
#include <mammoth/memory_region.h>
#include <mammoth/process.h>
#include <mammoth/proc/process.h>
#include <zcall.h>
#include <ztypes.h>