|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for xmtapman.h:Go to the source code of this file.
Macros | |
| #define | xmtapman_IMPORTS_start DECLARE_IMPORT_TABLE(mtapman, 1, 2) |
| #define | xmtapman_IMPORTS_end END_IMPORT_TABLE |
| #define | I_mtapPortOpen DECLARE_IMPORT(4, mtapPortOpen) |
| #define | I_mtapPortClose DECLARE_IMPORT(5, mtapPortClose) |
| #define | I_mtapPortGetSlotNumber DECLARE_IMPORT(6, mtapGetSlotNumber) |
| #define | I_mtapChangeSlot DECLARE_IMPORT(7, mtapChangeSlot) |
Functions | |
| s32 | mtapPortOpen (u32 port) |
| s32 | mtapPortClose (u32 port) |
| s32 | mtapGetSlotNumber (u32 port) |
| s32 | mtapChangeSlot (u32 port, u32 slot) |
Multitap manager functions
Definition in file xmtapman.h.
| #define xmtapman_IMPORTS_start DECLARE_IMPORT_TABLE(mtapman, 1, 2) |
Definition at line 21 of file xmtapman.h.
| #define xmtapman_IMPORTS_end END_IMPORT_TABLE |
Definition at line 22 of file xmtapman.h.
| #define I_mtapPortOpen DECLARE_IMPORT(4, mtapPortOpen) |
Definition at line 24 of file xmtapman.h.
| #define I_mtapPortClose DECLARE_IMPORT(5, mtapPortClose) |
Definition at line 25 of file xmtapman.h.
| #define I_mtapPortGetSlotNumber DECLARE_IMPORT(6, mtapGetSlotNumber) |
Definition at line 26 of file xmtapman.h.
| #define I_mtapChangeSlot DECLARE_IMPORT(7, mtapChangeSlot) |
Definition at line 27 of file xmtapman.h.
|
extern |
Definition at line 470 of file freemtap.c.
|
extern |
Definition at line 495 of file freemtap.c.
|
extern |
Definition at line 508 of file freemtap.c.
|
extern |
Definition at line 524 of file freemtap.c.