PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Macros | |
#define | MODNAME "freemtap" |
#define | M_PRINTF(format, args...) printf(MODNAME ": " format, ## args) |
Functions | |
s32 | InitRpcServers () |
s32 | mtapPortOpen (u32 port) |
s32 | mtapPortClose (u32 port) |
s32 | mtapGetConnection (u32 port) |
s32 | mtapGetSlotNumber (u32 port) |
s32 | mtapChangeSlot (u32 port, u32 slot) |
IOP multitap driver
Definition in file freemtap.h.
#define MODNAME "freemtap" |
Definition at line 15 of file freemtap.h.
#define M_PRINTF | ( | format, | |
args... | |||
) | printf(MODNAME ": " format, ## args) |
Definition at line 16 of file freemtap.h.
s32 InitRpcServers | ( | ) |
Definition at line 180 of file rpcservers.c.
s32 mtapPortOpen | ( | u32 | port | ) |
Definition at line 468 of file freemtap.c.
s32 mtapPortClose | ( | u32 | port | ) |
Definition at line 493 of file freemtap.c.
s32 mtapGetConnection | ( | u32 | port | ) |
Definition at line 501 of file freemtap.c.
s32 mtapGetSlotNumber | ( | u32 | port | ) |
Definition at line 506 of file freemtap.c.
s32 mtapChangeSlot | ( | u32 | port, |
u32 | slot | ||
) |
Definition at line 522 of file freemtap.c.