|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>#include <kernel.h>#include <string.h>#include <sifrpc.h>#include "slib.h"#include "smod.h"#include "common.h"
Include dependency graph for slib.c:Go to the source code of this file.
Macros | |
| #define | EXP_LIB_MAX SMEM_BUF_SIZE /* We can even handle CDVDMAN's bloat! */ |
Functions | |
| slib_exp_lib_list_t * | slib_exp_lib_list (void) |
| int | slib_get_exp_lib (const char *name, slib_exp_lib_t *library) |
Variables | |
| slib_exp_lib_list_t | _slib_cur_exp_lib_list = {NULL, NULL} |
| struct smem_buf | smem_buf |
Sub CPU library interface.
Definition in file slib.c.
| slib_exp_lib_list_t* slib_exp_lib_list | ( | ) |
| int slib_get_exp_lib | ( | const char * | name, |
| slib_exp_lib_t * | library | ||
| ) |