#ifndef PROCESS_H #define PROCESS_H #include struct process { void *prstart; s32 prsize; s32 pid; }; #endif