PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Macros | |
#define | rmman_IMPORTS_start DECLARE_IMPORT_TABLE(rmman, 1, 1) |
#define | rmman_IMPORTS_end END_IMPORT_TABLE |
#define | I_rmmanInit DECLARE_IMPORT(4, rmmanInit) |
#define | I_rmmanOpen DECLARE_IMPORT(5, rmmanOpen) |
#define | I_rmmanClose DECLARE_IMPORT(6, rmmanClose) |
#define | I_rmmanEnd DECLARE_IMPORT(7, rmmanEnd) |
Functions | |
int | rmmanInit (void) |
int | rmmanOpen (int port, int slot, void *buffer) |
int | rmmanClose (int port, int slot) |
int | rmmanEnd (void) |
RMMAN definitions
Definition in file rmman.h.
#define rmman_IMPORTS_start DECLARE_IMPORT_TABLE(rmman, 1, 1) |