|
PS2SDK
PS2 Homebrew Libraries
|
#include "types.h"#include "defs.h"#include "irx.h"#include "loadcore.h"#include "ioman.h"#include "stdio.h"#include "sysclib.h"#include "iopmgr.h"
Include dependency graph for smod.c:Go to the source code of this file.
Functions | |
| ModuleInfo_t * | smod_get_next_mod (ModuleInfo_t *cur_mod) |
| ModuleInfo_t * | smod_get_mod_by_name (const char *name) |
| int | smod_get_modcount_by_name (const char *name) |
| int | smod_get_modversion_by_name (const char *name) |
| int | smod_unload_module (const char *name) |
iop Sub-CPU module library
Definition in file smod.c.