PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
#include <ps2lib_err.h>
#include <kernel.h>
#include <sifcmd.h>
#include <sifrpc.h>
Go to the source code of this file.
Data Structures | |
struct | rpc_data |
Macros | |
#define | RPC_PACKET_SIZE 64 |
#define | PACKET_F_ALLOC 0x01 |
Functions | |
static void | rpc_packet_free (void *packet) |
void * | _rpc_get_packet (struct rpc_data *rpc_data) |
void * | _rpc_get_fpacket (struct rpc_data *rpc_data) |
Variables | |
int | _iop_reboot_count |
struct rpc_data | _sif_rpc_data |
EE SIF RPC commands MRB: This file now contains the SIF routines included with libpsware. Bug reports welcome.
Definition in file sifrpc.c.
struct rpc_data |
#define PACKET_F_ALLOC 0x01 |