|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>#include <string.h>#include <kernel.h>#include <sifrpc.h>#include <stdarg.h>#include <iopcontrol.h>#include "libmtap.h"
Include dependency graph for libmtap.c:Go to the source code of this file.
Macros | |
| #define | MTAPSERV_PORT_OPEN 0x80000901 |
| #define | MTAPSERV_PORT_CLOSE 0x80000902 |
| #define | MTAPSERV_GET_CONNECTION 0x80000903 |
Functions | |
| static unsigned int mtapRpcBuffer[32] | __attribute__ ((aligned(64))) |
| int | mtapInit (void) |
| int | mtapPortOpen (int port) |
| int | mtapPortClose (int port) |
| int | mtapGetConnection (int port) |
Functions to provide access to multi-taps.
Definition in file libmtap.c.
| int mtapInit | ( | void | ) |
Initialise the multitap library.
Definition at line 34 of file libmtap.c.
References HasIopRebootedSinceLastCall().
| int mtapPortOpen | ( | int | port | ) |
| int mtapPortClose | ( | int | port | ) |