2023-06-07 00:04:53 -07:00
|
|
|
#pragma once
|
|
|
|
|
2023-12-02 13:26:42 -08:00
|
|
|
#include <glacier/status/error_or.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-11-22 14:59:41 -08:00
|
|
|
namespace mmth {
|
|
|
|
|
2023-12-02 13:26:42 -08:00
|
|
|
glcr::ErrorOr<z_cap_t> SpawnProcessFromElfRegion(uint64_t program,
|
|
|
|
z_cap_t yellowstone_client);
|
2023-11-22 14:59:41 -08:00
|
|
|
|
|
|
|
} // namespace mmth
|