|
PS2SDK
PS2 Homebrew Libraries
|
#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 |
Common definitions for iopheap between the client and server sides of the FILEIO protocol.
Definition in file iopheap-common.h.
| 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] | |
| union _iop_load_heap_arg.p |
Definition at line 27 of file iopheap-common.h.
| Data Fields | ||
|---|---|---|
| void * | addr | |
| int | result | |
| #define LIH_PATH_MAX 252 |
Definition at line 23 of file iopheap-common.h.