[Mammoth] Move thread and process to the proc/ folder
This commit is contained in:
parent
99a75a4a76
commit
c42fb858ba
14 changed files with 11 additions and 13 deletions
8
lib/mammoth/proc/process.h
Normal file
8
lib/mammoth/proc/process.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <glacier/status/error.h>
|
||||
#include <stdint.h>
|
||||
#include <ztypes.h>
|
||||
|
||||
glcr::ErrorCode SpawnProcessFromElfRegion(uint64_t program,
|
||||
z_cap_t yellowstone_client);
|
||||
Loading…
Add table
Add a link
Reference in a new issue