|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
Include dependency graph for librm-common.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | rmRpcPacket |
| struct | rmEEData |
| struct | rmEEData2 |
| union | rmRpcPacket.__unnamed__ |
| struct | rmRpcPacket.__unnamed__.cmd |
| union | rmRpcPacket.__unnamed__.cmd.u |
| struct | rmRpcPacket.__unnamed__.cmd.u.cmd1 |
| struct | rmRpcPacket.__unnamed__.cmd.u.cmd2 |
Macros | |
| #define | RMMAN_RPC_ID 0x80000C00 |
| #define | RMMAN2_RPC_ID 0x80000C01 |
| #define | RMMANX_RPC_ID 0x80000C02 |
Common definitions for librm on the EE and IOP
Definition in file librm-common.h.
| struct rmRpcPacket |
Definition at line 21 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| union rmRpcPacket | __unnamed__ | |
| struct rmEEData |
Definition at line 47 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| u8 | data[32] | |
| u32 | frame | |
| u32 | unused | |
| u32 | connected | |
| u32 | state | |
| struct rmEEData2 |
Definition at line 56 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| u8 | data[32] | |
| u32 | connected | |
| u32 | state | |
| u32 | unused | |
| u32 | frame | |
| union rmRpcPacket.__unnamed__ |
Definition at line 23 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| __unnamed__ | cmd | |
| u8 | buffer[128] | |
| struct rmRpcPacket.__unnamed__.cmd |
Definition at line 25 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| s32 | command | |
| cmd | u | |
| union rmRpcPacket.__unnamed__.cmd.u |
Definition at line 28 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| u | cmd1 | |
| u | cmd2 | |
| struct rmRpcPacket.__unnamed__.cmd.u.cmd1 |
Definition at line 30 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| s32 | port | |
| s32 | slot | |
| s32 | result | |
| void * | data | |
| struct rmRpcPacket.__unnamed__.cmd.u.cmd2 |
Definition at line 36 of file librm-common.h.
| Data Fields | ||
|---|---|---|
| s32 | result | |
| void * | data | |