uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
loadexec_user.h
1/* Copyright (C) 2011, 2012, 2013 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5#include "common_header.h"
6
12#ifndef LOADEXEC_USER_H
13#define LOADEXEC_USER_H
14
16typedef struct {
18 SceSize size;
20 SceSize args;
22 void *argp;
24 const char *key;
26
33
43
53
62
71
78
85
86#endif /* LOADEXEC_USER_H */
87
s32 LoadExecForUser_8ADA38D3(char *file, SceKernelLoadExecParam *opt)
s32 sceKernelExitGameWithStatus(void)
s32 sceKernelLoadExec(char *file, SceKernelLoadExecParam *opt)
s32 sceKernelRegisterExitCallback(SceUID cbId)
s32 LoadExecForUser_D1FB50DC(void *arg)
s32 sceKernelExitGame(void)
s32 LoadExecForUser_362A956B(void)
Definition loadexec_user.h:16
void * argp
Definition loadexec_user.h:22
SceSize size
Definition loadexec_user.h:18
SceSize args
Definition loadexec_user.h:20
const char * key
Definition loadexec_user.h:24