2023-06-07 00:04:53 -07:00
|
|
|
#pragma once
|
|
|
|
|
2023-06-22 02:19:16 -07:00
|
|
|
#include <glacier/status/error.h>
|
2023-06-07 00:04:53 -07:00
|
|
|
#include <stdint.h>
|
2023-11-22 13:41:14 -08:00
|
|
|
#include <ztypes.h>
|
2023-06-15 16:20:29 -07:00
|
|
|
|
2023-10-24 18:24:26 -07:00
|
|
|
glcr::ErrorCode SpawnProcessFromElfRegion(uint64_t program,
|
|
|
|
z_cap_t yellowstone_client);
|