PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iopheap-common.h File Reference
#include <tamtypes.h>
+ Include dependency graph for iopheap-common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _iop_load_heap_arg
 
union  _iop_load_heap_arg.p
 

Macros

#define LIH_PATH_MAX   252
 

Detailed Description

Common definitions for iopheap between the client and server sides of the FILEIO protocol.

Definition in file iopheap-common.h.


Data Structure Documentation

◆ _iop_load_heap_arg

struct _iop_load_heap_arg

Definition at line 25 of file iopheap-common.h.

Data Fields
union _iop_load_heap_arg.p p
char path[LIH_PATH_MAX]

◆ _iop_load_heap_arg.p

union _iop_load_heap_arg.p

Definition at line 27 of file iopheap-common.h.

Data Fields
void * addr
int result

Macro Definition Documentation

◆ LIH_PATH_MAX

#define LIH_PATH_MAX   252

Definition at line 23 of file iopheap-common.h.