acadia/lib/mammoth/proc/process.h

13 lines
277 B
C
Raw Normal View History

#pragma once
#include <glacier/status/error_or.h>
#include <stdint.h>
#include <ztypes.h>
2023-06-15 16:20:29 -07:00
namespace mmth {
glcr::ErrorOr<z_cap_t> SpawnProcessFromElfRegion(uint64_t program,
z_cap_t yellowstone_client);
} // namespace mmth