acadia/lib/mammoth/include/mammoth/process.h
2023-06-15 16:20:29 -07:00

7 lines
135 B
C

#pragma once
#include <stdint.h>
#include "mammoth/channel.h"
uint64_t SpawnProcessFromElfRegion(uint64_t program, Channel& local);