WIP
This commit is contained in:
@ -11,6 +11,16 @@ enum {
|
||||
PCTL_GETPID = 4,
|
||||
PCTL_ARGLEN = 5,
|
||||
PCTL_ARGV = 6,
|
||||
PCTL_PLS_SZ = 7,
|
||||
PCTL_PLS_STAT = 8,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
uint64_t pid;
|
||||
char name[0x100];
|
||||
uint8_t state;
|
||||
size_t usemem;
|
||||
bool kern;
|
||||
} ProcStat;
|
||||
|
||||
#endif // SHARE_HDRS_PROCESSCTL_H_
|
||||
|
Reference in New Issue
Block a user