psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
16
17extern s32 sysPrxVersion;
18
21
22s32 sysPrxStartModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt);
23s32 sysPrxStopModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt);
24
26
30
31
32#ifdef __cplusplus
33 }
34#endif
35
36#endif
37
s32 sysPrxGetModuleList(sysPrxFlags flags, sysPrxModuleList *list)
sysPrxId sysPrxLoadModule(const char *path, sysPrxFlags flags, sysPrxLoadModuleOption *opt)
s32 sysPrxStopModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt)
s32 sysPrxVersion
s32 sysPrxRegisterModule(const sysPrxRegisterModuleOption *opt)
s32 sysPrxGetModuleInfo(sysPrxId id, sysPrxFlags flags, sysPrxModuleInfo *info)
sysPrxId sysPrxGetModuleIdByName(const char *name, sysPrxFlags flags, sysPrxGetModuleIdByNameOption *opt)
s32 sysPrxStartModule(sysPrxId id, size_t args, void *argp, s32 *modres, sysPrxFlags flags, sysPrxStartModuleOption *opt)
sysPrxId sysPrxUnloadModule(sysPrxId id, sysPrxFlags flags, sysPrxLoadModuleOption *opt)
dynamic libraries.
u64 sysPrxFlags
Definition prx.h:35
s32 sysPrxId
Definition prx.h:34