psl1ght
A free SDK for Sony's PS3 console
prx.h
Go to the documentation of this file.
1 
5 #ifndef __LV2_PRX_H__
6 #define __LV2_PRX_H__
7 
8 #include <ppu-types.h>
9 #include <sys/prx.h>
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 
17 extern s32 sysPrxVersion;
18 
19 sysPrxId sysPrxLoadModule(const char *path, sysPrxFlags flags, sysPrxLoadModuleOption *opt);
20 sysPrxId sysPrxUnloadModule(sysPrxId id, sysPrxFlags flags, sysPrxLoadModuleOption *opt);
21 
22 s32 sysPrxStartModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt);
23 s32 sysPrxStopModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt);
24 
25 s32 sysPrxRegisterModule( const sysPrxRegisterModuleOption *opt);
26 
27 s32 sysPrxGetModuleList(sysPrxFlags flags, sysPrxModuleList *list);
28 s32 sysPrxGetModuleInfo(sysPrxId id, sysPrxFlags flags, sysPrxModuleInfo *info);
29 sysPrxId sysPrxGetModuleIdByName(const char *name, sysPrxFlags flags, sysPrxGetModuleIdByNameOption *opt);
30 
31 
32 #ifdef __cplusplus
33  }
34 #endif
35 
36 #endif
37 
Definition: prx.h:58
Definition: prx.h:100
dynamic libraries.
Definition: prx.h:66
Definition: prx.h:108