PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
#include <string.h>
#include <kernel.h>
#include <sifrpc.h>
#include <stdarg.h>
#include "libmtap.h"
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) |
Variables | |
static int | mtapInited = 0 |
Functions to provide access to multi-taps.
Definition in file libmtap.c.
int mtapInit | ( | void | ) |
int mtapPortOpen | ( | int | port | ) |
int mtapPortClose | ( | int | port | ) |
int mtapGetConnection | ( | int | port | ) |
Checks if a multitap is connected to an opened port.
port | is the port to be checked. |
Definition at line 87 of file libmtap.c.
Referenced by pad_open().