8 lines
220 B
C
8 lines
220 B
C
#pragma once
|
|
|
|
#include <glacier/status/error.h>
|
|
#include <stdint.h>
|
|
#include <ztypes.h>
|
|
|
|
glcr::ErrorCode SpawnProcessFromElfRegion(uint64_t program,
|
|
z_cap_t yellowstone_client);
|